dev:数据权限

main
SondonYong 2025-12-08 11:01:35 +08:00
parent 82144aed78
commit 618f7604e5
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class UserController {
@ApiOperation("分页") @ApiOperation("分页")
@PostMapping("/list") @PostMapping("/list")
@PreAuthorize("@pms.hasAnyPermission('zhgl2','yhglqyd','qydqyyhzt')") @PreAuthorize("@pms.hasAnyPermission('zhgl2','yhglqyd','qydqyyhzt', 'zgsyhgl', 'ryxxgl')")
public PageResponse<UserCO> page(@RequestBody UserPageQry qry) { public PageResponse<UserCO> page(@RequestBody UserPageQry qry) {
return userService.listPage(qry); return userService.listPage(qry);
} }