解读入库
This commit is contained in:
+6
-7
@@ -85,9 +85,9 @@ public class SarStandardComplianceAssessResultController {
|
||||
if (eo.getStandNumber() != null && !eo.getStandNumber().trim().equals("")) {
|
||||
queryWrapper.like("STAND_NUMBER",eo.getStandNumber().trim());
|
||||
}
|
||||
if (eo.getType() != null && !eo.getType().trim().equals("")) {
|
||||
queryWrapper.like("type",eo.getType().trim());
|
||||
}
|
||||
// if (eo.getType() != null && !eo.getType().trim().equals("")) {
|
||||
// queryWrapper.like("type",eo.getType().trim());
|
||||
// }
|
||||
IPage<SarInterpretationNationalStandard> page = iSarInterpretationNationalStandardService.page(iPage, queryWrapper);
|
||||
|
||||
while(page.getRecords().remove(null));
|
||||
@@ -103,10 +103,9 @@ public class SarStandardComplianceAssessResultController {
|
||||
if (eo.getStandNumber() != null && !eo.getStandNumber().trim().equals("")) {
|
||||
queryWrapper.like("STAND_NUMBER",eo.getStandNumber().trim());
|
||||
}
|
||||
if (eo.getType() != null && !eo.getType().trim().equals("")) {
|
||||
queryWrapper.like("type",eo.getType().trim());
|
||||
}
|
||||
|
||||
// if (eo.getType() != null && !eo.getType().trim().equals("")) {
|
||||
// queryWrapper.like("type",eo.getType().trim());
|
||||
// }
|
||||
IPage<SarInterpretationForeignStandard> page = iSarInterpretationForeignStandardService.page(iPage, queryWrapper);
|
||||
while(page.getRecords().remove(null));
|
||||
return Result.success(page);
|
||||
|
||||
Reference in New Issue
Block a user