Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the,

See merge request LiuChao/foton-slrs-system-rest!561
This commit is contained in:
super_liu
2022-07-27 09:54:09 +08:00
@@ -50,7 +50,9 @@ public class SarStandardComplianceAssessResultController {
@ApiOperation(value = "条件查询标准清单")
@GetMapping("/standard")
public ResponseMessage<Object> selectStandard(SarStandardsInfoEO eo) throws Exception {
eo.setStandNumber(eo.getStandNumber().replace(" ","  "));
if(StringUtils.isNotBlank(eo.getStandNumber())){
eo.setStandNumber(eo.getStandNumber().replace(" ","  "));
}
if (eo.getStandApplicationType() == 1) {
QueryWrapper<SarStandardComplianceProductAssess> queryWrapper = new QueryWrapper<>();
IPage<SarStandardComplianceProductAssess> iPage = new Page<>(eo.getCurrent(), eo.getSize());