bug修改

This commit is contained in:
guoshengxiong 2024-07-04 17:36:40 +08:00
parent 5d46436ae7
commit 0e97dbc626

View File

@ -511,7 +511,7 @@ public class XzSecurityQualityInspectionRecordController {
@ApiImplicitParam(name = "pageSize", value = "每页显示条数", paramType = "query", required = true, dataType = "Integer"),
@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) {
return Result.success(qualityInspectionRecordService.querySpecialPage(map));
}