dev:数据权限
parent
82144aed78
commit
618f7604e5
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue