bug修改
This commit is contained in:
parent
5d46436ae7
commit
0e97dbc626
@ -511,7 +511,7 @@ public class XzSecurityQualityInspectionRecordController {
|
|||||||
@ApiImplicitParam(name = "pageSize", value = "每页显示条数", paramType = "query", required = true, dataType = "Integer"),
|
@ApiImplicitParam(name = "pageSize", value = "每页显示条数", paramType = "query", required = true, dataType = "Integer"),
|
||||||
@ApiImplicitParam(name = "projectSn", value = "项目SN", paramType = "body", required = true, dataType = "String"),
|
@ApiImplicitParam(name = "projectSn", value = "项目SN", paramType = "body", required = true, dataType = "String"),
|
||||||
})
|
})
|
||||||
@PostMapping( "/querySpecialPage")
|
@PostMapping( "/specialPage")
|
||||||
public Result<Page<XzSecurityQualityInspectionRecordVo>> querySpecialPage(@RequestBody Map<String, Object> map) {
|
public Result<Page<XzSecurityQualityInspectionRecordVo>> querySpecialPage(@RequestBody Map<String, Object> map) {
|
||||||
return Result.success(qualityInspectionRecordService.querySpecialPage(map));
|
return Result.success(qualityInspectionRecordService.querySpecialPage(map));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user