feat:(REQ-2750) 角色tree接口增加ouType
This commit is contained in:
parent
fc0ca81207
commit
c47f41291d
@ -61,4 +61,6 @@ public class RoleTreeRes {
|
||||
* id跟type拼接,因为前端组件所有节点的id不能重复
|
||||
*/
|
||||
private String idStr;
|
||||
|
||||
private Integer ouType;
|
||||
}
|
||||
|
||||
@ -475,6 +475,7 @@ public class SaasRoleController implements TyrSaasRoleApi {
|
||||
.code(role.getRoleCode())
|
||||
.workspaceId(role.getWorkspaceId())
|
||||
.ouId(role.getOwnerOuId())
|
||||
.ouType(role.getProductUnitType())
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user