Skip to content

Changes

Summary

  1. 添加晋城配置 (details)
  2. 学习宣传 (details)
  3. 晋城内网配置 (details)
  4. 修复晋城连接信息 (details)
  5. 用户信息拓展表 (details)
  6. 用户信息拓展表 (details)
  7. 跳转账号名 (details)
Commit 749629b7cc44ab3a7347c0505c78da97cf323e1e by daiqincheng
添加晋城配置
The file was addedtenant-rest-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was addedsecurity-server/security-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedidentity-server/identity-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was addedtenant-rbac-server/tenant-rbac-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-rbac-server/tenant-rbac-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-rest-web-api/pom.xml
The file was modified tenant-rbac-server/tenant-rbac-api/pom.xml
The file was modified tenant-server/tenant-web-api/pom.xml
The file was addedtenant-bus/tenant-bus-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-shared-rest-web-api/pom.xml
The file was addedtenant-server/tenant-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-shared-rest-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was addedtenant-shared-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified identity-server/identity-web-api/pom.xml
The file was addedtenant-bus/tenant-bus-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-backend-task/pom.xml
The file was addedtenant-backend-task/src/main/resources/application-jincheng-in-prod.yml
The file was addedtenant-backend-task/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-server/tenant-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was addedidentity-server/identity-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedsecurity-server/security-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-bus/tenant-bus-api/pom.xml
The file was modified security-server/security-web-api/pom.xml
Commit 0946b7e8f9a41fdbbc43dddfeb80db84caa18bd8 by linhancheng
学习宣传
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/IdentityUserRepository.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/impls/IdentityRpcProviderImpl.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
Commit 00479c7ce9af9d9073464040bfc32d4ef473971e by daiqincheng
晋城内网配置
The file was modified tenant-server/tenant-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-rest-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-shared-rest-web-api/src/main/resources/application-jincheng-in-prod.yml
Commit 772b9080399e039ab7d9779133514cd24eb22353 by linhancheng
修复晋城连接信息
The file was modified tenant-backend-task/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-jincheng-out-prod.yml
Commit 3fbfcee0f82ddd911ef96bd45839739f3c4a05f9 by linchunpeng
用户信息拓展表
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/EmployeeRpcProviderImpl.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/TenantUserExtensionRequest.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/TenantUserExtensionJpaRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserExtensionEntity.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserProfileGetResponse.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/tenantUsers/TenantUserExtensionCommand.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-ws.yml
The file was modified tenant-rest-web-api/src/main/resources/application-test-ws.yml
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/TenantUserController.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/IdentityBootstrap.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/TenantUserExtensionRepository.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/TenantUserExtensionResponse.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/EmployeeController.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserDetailGetResponse.java
The file was added"docs/\346\231\213\345\237\216\350\204\232\346\234\254/2025-05-22-\347\224\250\346\210\267\344\277\241\346\201\257\346\213\223\345\261\225\350\241\250.sql"
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/TenantUserExtensionListRequest.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
The file was modified tenant-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserExtensionService.java
Commit 565c1ec59ac47a6766f1aa55787e7638459d51ba by linchunpeng
用户信息拓展表
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/TenantUserController.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/IdentityBootstrap.java
Commit eb385c85317a5ee474de22cf72cc347b3e1b130c by linhancheng
跳转账号名
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/IdentityUserService.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/impls/IdentityRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/IdentityRpcProvider.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityUserJpaRepository.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/ChangeUserNameRequest.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/SsoLoginRequest.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/IdentityUserRepository.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/commands/ChangeUserNameCommand.java