Browse Source

更新

tags/v2.5.2
xiaoying 1 year ago
parent
commit
5c8e84059a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      tuoheng_oidc_admin/src/main/java/com/tuoheng/service/impl/TenantServiceImpl.java

+ 0
- 2
tuoheng_oidc_admin/src/main/java/com/tuoheng/service/impl/TenantServiceImpl.java View File

@@ -600,7 +600,6 @@ public class TenantServiceImpl implements TenantService {
if (ObjectUtil.isNotNull(tenantEmploy)) {
clientRoleDto.setServiceId(tenantEmploy.getServiceId());
}
clientRoleDto.setServiceId(null);
//此处 暂时格式都为 tuoheng-hhz-web 等格式 如后续维护需要变更形式则此处代码需要更改
clientRoleDto.setRoleId(clientUserRolePo.getRoleId());
clientRoleDto.setRoleName(clientUserRolePo.getRoleName());
@@ -608,7 +607,6 @@ public class TenantServiceImpl implements TenantService {
clientRoleDtoList.add(clientRoleDto);
}
//原有集合
list.forEach(t->t.setServiceId(null));
clientRoleDtoList = clientRoleDtoList.stream().distinct().collect(Collectors.toList());
List<ClientRoleDto> deleteList = clientRoleDtoList;
log.info("原有集合:{}", clientRoleDtoList.toString());

Loading…
Cancel
Save