feat:(REQ-2298) 修改移动位置后,角色分组的租户id和单位id被改成-1的情况
This commit is contained in:
parent
1493848a06
commit
913bec8ffe
@ -88,11 +88,15 @@ public class SaasRoleGroupController implements SaasRoleGroupApi {
|
||||
saasRoleGroupService.saveOrUpdate(SaasRoleGroupVO.builder()
|
||||
.id(saasRoleGroup.getId())
|
||||
.sort(exchangeRoleGroup.getSort())
|
||||
.workspaceId(saasRoleGroup.getWorkspaceId())
|
||||
.ouId(saasRoleGroup.getOuId())
|
||||
.build());
|
||||
|
||||
saasRoleGroupService.saveOrUpdate(SaasRoleGroupVO.builder()
|
||||
.id(exchangeRoleGroup.getId())
|
||||
.sort(saasRoleGroup.getSort())
|
||||
.workspaceId(exchangeRoleGroup.getWorkspaceId())
|
||||
.ouId(exchangeRoleGroup.getOuId())
|
||||
.build());
|
||||
return ApiResult.ok();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user