|
|
@@ -39,12 +39,12 @@ public class DictInfoController {
|
|
|
@Autowired
|
|
|
DictInfoService dictInfoService;
|
|
|
|
|
|
- @ResourceAuth(value = "areaManager", type = AuthType.Platform, remark = "区域类型_区域类型_1_Menu")
|
|
|
- @ResourceAuth(value = "areaManager", type = AuthType.Project, remark = "区域类型_区域类型_1_Menu")
|
|
|
- @ResourceAuth(value = "areaManager", type = AuthType.School, remark = "区域类型_区域类型_1_Menu")
|
|
|
- @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "区域类型_区域类型_1_Menu")
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "区域类型_区域类型_1_Menu")
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "区域类型_区域类型_1_Menu")
|
|
|
+ @ResourceAuth(value = "areaManager", type = AuthType.Platform, remark = "区域类型_区域类型列表_1_Menu")
|
|
|
+ @ResourceAuth(value = "areaManager", type = AuthType.Project, remark = "区域类型_区域类型列表_1_Menu")
|
|
|
+ @ResourceAuth(value = "areaManager", type = AuthType.School, remark = "区域类型_区域类型列表_1_Menu")
|
|
|
+ @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
|
+ @ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
|
+ @ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "")
|
|
|
@ResourceAuth(value = "user", type = AuthType.User)
|
|
|
@Operation(summary = "区域列表-分页查询", description = "区域列表-分页查询")
|
|
|
@RequestMapping(value = {"areaPageManager"}, method = {RequestMethod.POST})
|
|
|
@@ -55,12 +55,12 @@ public class DictInfoController {
|
|
|
return dictInfoService.page(param, pageable);
|
|
|
}
|
|
|
|
|
|
- @ResourceAuth(value = "positionManager", type = AuthType.Platform, remark = "人员职位_人员职位_1_Menu")
|
|
|
- @ResourceAuth(value = "positionManager", type = AuthType.Project, remark = "人员职位_人员职位_1_Menu")
|
|
|
- @ResourceAuth(value = "positionManager", type = AuthType.School, remark = "人员职位_人员职位_1_Menu")
|
|
|
- @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "人员职位_人员职位_1_Menu")
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "人员职位_人员职位_1_Menu")
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "人员职位_人员职位_1_Menu")
|
|
|
+ @ResourceAuth(value = "positionManager", type = AuthType.Platform, remark = "人员职位_职位列表_1_Menu")
|
|
|
+ @ResourceAuth(value = "positionManager", type = AuthType.Project, remark = "人员职位_职位列表_1_Menu")
|
|
|
+ @ResourceAuth(value = "positionManager", type = AuthType.School, remark = "人员职位_职位列表_1_Menu")
|
|
|
+ @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
|
+ @ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
|
+ @ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "")
|
|
|
@ResourceAuth(value = "user", type = AuthType.User)
|
|
|
@Operation(summary = "人员职位列表-分页查询", description = "人员职位列表-分页查询")
|
|
|
@RequestMapping(value = {"positionPageManager"}, method = {RequestMethod.POST})
|