|
@@ -42,7 +42,7 @@ public class ComprehensiveService {
|
|
|
} else {
|
|
|
qw.select(" DISTINCT uniform_code,name ").lambda().in(ProEconTestingPoint::getTypeId, "gcc", "fcc").ne(ProEconTestingPoint::getUniformCode, "ZYCGL");
|
|
|
}
|
|
|
-
|
|
|
+ qw.lambda().eq(ProEconTestingPoint::getSpare3,"1");
|
|
|
List<ProEconTestingPoint> list = proEconTestingPointService.list(qw);
|
|
|
return list;
|
|
|
}
|
|
@@ -58,7 +58,7 @@ public class ComprehensiveService {
|
|
|
if (StringUtils.isNotEmpty(part)) {
|
|
|
qw.lambda().eq(ProEconTestingPoint::getLogicalUnitId, part);
|
|
|
}
|
|
|
-
|
|
|
+ qw.lambda().eq(ProEconTestingPoint::getSpare3,"1");
|
|
|
List<ProEconTestingPoint> list = proEconTestingPointService.list(qw);
|
|
|
|
|
|
|