Compare commits

..

No commits in common. "3299a563680a812585afed02f95e64d09059c45a" and "4856ab3b5e2a798e450cc040c65d311acbc7f456" have entirely different histories.

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);
} }