|
|
@@ -27,9 +27,9 @@ public class DepartmentController {
|
|
|
@ResourceAuth(value = "departmentManager", type = AuthType.Platform, remark = "部门管理_部门列表_1_Menu")
|
|
|
@ResourceAuth(value = "departmentManager", type = AuthType.Project, remark = "部门管理_部门列表_1_Menu")
|
|
|
@ResourceAuth(value = "departmentManager", 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 = 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 = "getDepartmentManagerTree", method = {RequestMethod.POST})
|