mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
基础配置-板材管理权限问题修复
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ public class OrganController {
|
|||||||
|
|
||||||
@GetMapping("/page")
|
@GetMapping("/page")
|
||||||
@Operation(summary = "获得组织分页")
|
@Operation(summary = "获得组织分页")
|
||||||
@PreAuthorize("@ss.hasAnyPermissions('organizationLIst:query','machine-auth::create')")
|
@PreAuthorize("@ss.hasAnyPermissions('organizationLIst:query','machine-auth::create','base:plate:query')")
|
||||||
public CommonResult<PageResult<OrganRespVO>> getOrganPage(@Valid OrganPageReqVO pageVO) {
|
public CommonResult<PageResult<OrganRespVO>> getOrganPage(@Valid OrganPageReqVO pageVO) {
|
||||||
PageResult<OrganizationDO> pageResult = organService.getOrganPage(pageVO);
|
PageResult<OrganizationDO> pageResult = organService.getOrganPage(pageVO);
|
||||||
if(CollUtil.isEmpty(pageResult.getList())) {
|
if(CollUtil.isEmpty(pageResult.getList())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user