feat:(REQ-2750) 角色tree接口增加ouType

This commit is contained in:
lilong 2024-10-11 11:10:28 +08:00
parent fc0ca81207
commit c47f41291d
2 changed files with 3 additions and 0 deletions

View File

@ -61,4 +61,6 @@ public class RoleTreeRes {
* id跟type拼接因为前端组件所有节点的id不能重复
*/
private String idStr;
private Integer ouType;
}

View File

@ -475,6 +475,7 @@ public class SaasRoleController implements TyrSaasRoleApi {
.code(role.getRoleCode())
.workspaceId(role.getWorkspaceId())
.ouId(role.getOwnerOuId())
.ouType(role.getProductUnitType())
.build();
}