评估结果
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user