评估结果

This commit is contained in:
yuezhihang
2021-08-16 15:43:26 +08:00
parent 86db5270e4
commit fbefe71f1c
@@ -169,7 +169,7 @@ public class SarStandardComplianceAssessResultController {
QueryWrapper<SarStandardComplianceProductAssess> queryWrapper = new QueryWrapper<>();
// queryWrapper.select("*");
if (eo.getType() !=null) queryWrapper.like("type",eo.getType());
if (eo.getType() !=null) queryWrapper.eq("type",eo.getType());
if (eo.getProductName() != null) queryWrapper.like("product_name", eo.getProductName());
if (eo.getStandId() != null) queryWrapper.like("STAND_ID", eo.getStandId());
if (eo.getInterpretationTime() != null) queryWrapper.eq("INTERPRETATION_TIME", eo.getInterpretationTime());