Commit e9fcae1a by huangjy

fix:子女段告警列表问题修复

parent b12db346
...@@ -42,7 +42,6 @@ public class PlatElderChildrenInfoController { ...@@ -42,7 +42,6 @@ public class PlatElderChildrenInfoController {
@ApiOperation("分页列表") @ApiOperation("分页列表")
@PostMapping("page") @PostMapping("page")
@TenantIdIgnore @TenantIdIgnore
@AuthIgnore
public ApiResponseEntity<PageVO<PlatElderChildrenInfoListVO>> page(@RequestBody PageReqDTO<PlatElderChildrenInfoQueryDTO> page) { public ApiResponseEntity<PageVO<PlatElderChildrenInfoListVO>> page(@RequestBody PageReqDTO<PlatElderChildrenInfoQueryDTO> page) {
return ApiResponseUtils.success(platElderChildrenInfoService.page(page)); return ApiResponseUtils.success(platElderChildrenInfoService.page(page));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment