@@ -161,7 +161,7 @@ public class AddOidcTenantService { | |||
log.info("请求参数:{}", clientRoleDto); | |||
if (clientRoleDto.getClientId().contains("freeway")) { | |||
user.setRoleId(clientRoleDto.getRoleId()); | |||
user.setClientId(clientRoleDto.getClientId()); | |||
user.setClientId("1,2"); | |||
} | |||
} | |||
user.setDeptId(""); |
@@ -174,7 +174,7 @@ public class EditOidcTenantService { | |||
log.info("请求参数:{}", clientRoleDto); | |||
if (clientRoleDto.getClientId().contains("freeway")) { | |||
user.setRoleId(clientRoleDto.getRoleId()); | |||
user.setClientId(clientRoleDto.getClientId()); | |||
user.setClientId("1,2"); | |||
} | |||
} | |||
user.setUpdateTime(DateUtils.now()); |