Commit d2e10cbe by huangjy

fix:子女段列表权限问题

parent e9fcae1a
...@@ -41,7 +41,6 @@ public class PlatElderChildrenInfoController { ...@@ -41,7 +41,6 @@ public class PlatElderChildrenInfoController {
@ApiOperation("分页列表") @ApiOperation("分页列表")
@PostMapping("page") @PostMapping("page")
@TenantIdIgnore
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