|
@@ -37,11 +37,11 @@ public class AreaTypeManagerController {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
DictInfoService dictInfoService;
|
|
DictInfoService dictInfoService;
|
|
|
|
|
|
|
|
- // @ResourceAuth(value = "areaTypeList", type = AuthType.Platform, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
- @ResourceAuth(value = "areaTypeList", type = AuthType.Project, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
- @ResourceAuth(value = "areaTypeList", type = AuthType.School, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
- @ResourceAuth(value = "areaTypeList", type = AuthType.BusinessMain, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
- @ResourceAuth(value = "areaTypeList", type = AuthType.CommonOrg, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
|
|
+ // @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.Platform, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.Project, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.School, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.BusinessMain, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.CommonOrg, remark = "区域管理_区域类型_161_Menu")
|
|
|
@ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
@ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
|
@ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
@ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
|
@ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "")
|
|
@ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "")
|