查询空格 导致查询精度出现问题
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ public class SarStandardComplianceAssessResultController {
|
|||||||
@ApiOperation(value = "条件查询标准清单")
|
@ApiOperation(value = "条件查询标准清单")
|
||||||
@GetMapping("/standard")
|
@GetMapping("/standard")
|
||||||
public ResponseMessage<Object> selectStandard(SarStandardsInfoEO eo) throws Exception {
|
public ResponseMessage<Object> selectStandard(SarStandardsInfoEO eo) throws Exception {
|
||||||
|
eo.setStandNumber(eo.getStandNumber().replace(" "," "));
|
||||||
if (eo.getStandApplicationType() == 1) {
|
if (eo.getStandApplicationType() == 1) {
|
||||||
QueryWrapper<SarStandardComplianceProductAssess> queryWrapper = new QueryWrapper<>();
|
QueryWrapper<SarStandardComplianceProductAssess> queryWrapper = new QueryWrapper<>();
|
||||||
IPage<SarStandardComplianceProductAssess> iPage = new Page<>(eo.getCurrent(), eo.getSize());
|
IPage<SarStandardComplianceProductAssess> iPage = new Page<>(eo.getCurrent(), eo.getSize());
|
||||||
|
|||||||
Reference in New Issue
Block a user