Skip to content

Changes

Summary

  1. 固定spring-test版本 (details)
  2. # Conflicts: (details)
  3. 邀请入职增加身份核验 (details)
  4. 企业注册回调字段优化,增加字段:是否跨区 (details)
  5. 晋城需求-账号登录/密码修改相关功能开发 (details)
  6. 用户信息拓展表 (details)
Commit b4f101f1e7c804e69246c372dad24da7f339c5e4 by zhongxuefeng
固定spring-test版本
The file was modified pom.xml
Commit 92a03f6f77f8e7fe5d478a92b1fdd16c52b5a480 by 1923680292
# Conflicts:
# identity-server/identity-web-api/src/main/resources/application-test-ws.yml
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/snapshots/WeChatSnapShoot.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was added"docs/sql/master-identityuser\344\277\256\346\224\271.sql"
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-web-api/src/main/resources/application-test-ws.yml
Commit 7d8d7aa1035138a8ae6d9de63526c0a60e33b464 by linchunpeng
邀请入职增加身份核验
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/EmployeeServiceImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/InvitedToJoinQueuesService.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/EmployeeEntity.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/InvitedToJoinQueuesRpcProvider.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/InviteAttendSiteController.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/CreateEmployeeRequestCommand.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/events/handlers/EmployeeBeforeCreatedEvent_Handler.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/RegisterRpcProviderImpl.java
The file was added"docs/2025-01-10-\351\202\200\350\257\267\345\205\245\350\201\214\345\242\236\345\212\240\350\272\253\344\273\275\346\240\270\351\252\214/2025-01-10.sql"
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/InvitedToJoinQueuesCommand.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/InvitedToJoinQueuesRpcProviderImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/InviteDepartController.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/InvitedToJoinQueuesEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/CreateTenantUserByEmployeeCommand.java
The file was addedinfrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/models/CredentialCheckInfo.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/events/EmployeeBeforeCreatedEvent.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/InvitedToJoinQueuesServiceImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/NaturalSingleLoginServiceImpl.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-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/EmployeeRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/SingleLoginServiceImpl.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/employees/InvitedToJoinRequest.java
Commit 6e5433457321e4759c1533df41f9500a85443f2e by linchunpeng
企业注册回调字段优化,增加字段:是否跨区
The file was added"docs/2025-02-05-\344\274\201\344\270\232\346\263\250\345\206\214\345\233\236\345\241\253\345\255\227\346\256\265\344\274\230\345\214\226/2025-02-05.sql"
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/CompanyEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/organizations/RegisterCompanyCommand.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizations/CompanyRegistrationRequest.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/commons/responses/CompanyResponse.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/TenantCompanyResponse.java
Commit e46c73f5606a927187cbda5cc8a5c942ba0ae6f3 by linchunpeng
晋城需求-账号登录/密码修改相关功能开发
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/UserNamePasswordPrincipalRepository.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/enums/UpdatePasswordType.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/responses/SignInResponse.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/src/main/java/com/bcxin/identity/domains/services/commands/SignInCommand.java
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 added"docs/2025-03-31-\346\231\213\345\237\216\351\234\200\346\261\202\350\264\246\345\217\267\347\231\273\345\275\225\345\222\214\345\257\206\347\240\201\347\233\270\345\205\263\345\212\237\350\203\275/2025-03-31.sql"
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was addedidentity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/UserNamePasswordPrincipalJpaRepository.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/UserNamePasswordPrincipalEntity.java
Commit 3fbfcee0f82ddd911ef96bd45839739f3c4a05f9 by linchunpeng
用户信息拓展表
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/IdentityBootstrap.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserDetailGetResponse.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserExtensionService.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/TenantUserExtensionResponse.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/TenantUserExtensionListRequest.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 addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/tenantUsers/TenantUserExtensionCommand.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/TenantUserExtensionRepository.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserProfileGetResponse.java
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/resources/application-test-ws.yml
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/TenantUserController.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.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 modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserExtensionEntity.java
The file was modified tenant-rest-web-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 infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/EmployeeRpcProviderImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/EmployeeController.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java