|
|
@@ -36,8 +36,8 @@ public class ProjectBindOrgController {
|
|
|
private ProjectBindOrgServiceImpl projectBindOrgService;
|
|
|
|
|
|
//------------------------------机构管理 start----------------------
|
|
|
- @ResourceAuth(value = "projectBindOrg", type = AuthType.Platform, remark = "项目机构管理_绑定项目_2_Button")
|
|
|
- @ResourceAuth(value = "projectBindOrg", type = AuthType.Project, remark = "项目机构管理_绑定项目_2_Button")
|
|
|
+// @ResourceAuth(value = "projectBindOrg", type = AuthType.Platform, remark = "项目机构管理_绑定项目_2_Button")
|
|
|
+// @ResourceAuth(value = "projectBindOrg", type = AuthType.Project, remark = "项目机构管理_绑定项目_2_Button")
|
|
|
@ResourceAuth(value = "user", type = AuthType.User)
|
|
|
@ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
|
|
|
@Operation(summary = "项目绑定机构-保存", description = "项目绑定机构-保存")
|
|
|
@@ -46,8 +46,8 @@ public class ProjectBindOrgController {
|
|
|
return this.projectBindOrgService.projectBindOrg(param);
|
|
|
}
|
|
|
|
|
|
- @ResourceAuth(value = "projectOrgPage", type = AuthType.Platform, remark = "项目机构管理_机构列表_1_Menu")
|
|
|
- @ResourceAuth(value = "projectOrgPage", type = AuthType.Project, remark = "项目机构管理_机构列表_1_Menu")
|
|
|
+// @ResourceAuth(value = "projectOrgPage", type = AuthType.Platform, remark = "项目机构管理_机构列表_1_Menu")
|
|
|
+// @ResourceAuth(value = "projectOrgPage", type = AuthType.Project, remark = "项目机构管理_机构列表_1_Menu")
|
|
|
@ResourceAuth(value = "user", type = AuthType.User)
|
|
|
@ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
|
|
|
@Operation(summary = "项目机构列表-分页查询", description = "项目机构列表-分页查询")
|