Skip to content

Changes

Summary

  1. 智能人事异常及导出数据处理 (details)
  2. hotfix: 调整工作年限 (details)
  3. 注册页面,查询监管机构,改为取区域编码的前2位 (details)
  4. 修复bug:先微信登录赛演,再身份核验,然后公司再入职这个人,会导致出生日期为空 (details)
  5. 加入团队的消息 (details)
  6. hotfix: 提交信息 (details)
  7. hotfix: 晋城的短信以及数据库配置 (details)
  8. 1、北京地区-退休年龄修改费 (details)
  9. 调整晋城短信模板 (details)
  10. 1、增加:查询我的操作日志接口 (details)
  11. merge: (details)
  12. 增加账号查询 (details)
  13. 用户信息拓展表 (details)
  14. 增加心理测评列表查询、是否在有效期内查询 (details)
  15. 修改是否在期限内心理测评查询 (details)
  16. 修改是否需要测评判断 (details)
  17. 修改心理测评是否弹窗业务 (details)
Commit 00e2c50169e304bcfad78824e9cebbd0fb0e598f by linhancheng
智能人事异常及导出数据处理
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/commons/ImportedResponseItem.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ImportDataServiceImpl.java
Commit 5e47794335aaa9aee86dfcc312f1552525612cef by linhancheng
hotfix: 调整工作年限
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserEntity.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/ExternalMemberController.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/UpdateTenantUserRequest.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-domain/src/main/java/com/bcxin/tenant/domain/services/commands/UpdateTenantUserCommand.java
Commit b0f38a98a125067ecc7d616297393d581ff272af by linchunpeng
注册页面,查询监管机构,改为取区域编码的前2位
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SuperviseDepartmentRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SuperviseDepartmentJpaRepository.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/SuperviseDepartmentRpcProviderImpl.java
Commit 523a1942397541c3cbf224a9a28530413fc7aa13 by linchunpeng
修复bug:先微信登录赛演,再身份核验,然后公司再入职这个人,会导致出生日期为空
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserEntity.java
Commit ded89a4769cc213ac5510fa7f214aaf026507bf9 by linhancheng
加入团队的消息
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/services/impls/TMcNoticeServiceImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalMemberServiceImpl.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/SystemConstants.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/services/TMcNoticeService.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/events/SysMessageEvent.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/services/commands/CreateMcNoticeCommand.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/ExternalMemberJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/events/MemberCreatedEvent.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/repositories/TMcNoticeRepository.java
The file was modified tenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/services/impls/TUserServiceImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/ExternalMemberRepository.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/entities/TMcNoticeEntity.java
The file was modified tenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/eventHandlers/MemberCreatedEvent_V5Handler.java
Commit 2ddc3c1c2c96c1efebe731edd3c202de7aaffb0a by linhancheng
hotfix: 提交信息
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalMemberServiceImpl.java
Commit 600bae46415270d82bd62c2d296948ec0997f996 by linhancheng
hotfix: 晋城的短信以及数据库配置
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/configs/EnvConfig.java
The file was modified security-server/security-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
The file was modified security-server/security-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
Commit 09ba68cfbda37ea5455ba7fafc7cb9b515705ba8 by linchunpeng
1、北京地区-退休年龄修改费
2、优化:离职的时候,如果是其他人上级,给的提示不全
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/EmployeeJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/EmployeeRepository.java
The file was addedinfrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/utils/RetirementAgeUtil.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-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/OccupationType.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/EmployeeServiceImpl.java
Commit 5e8b2e1abb9c02c6cc3c2a9fd00d7a8fcb5b1cb6 by linhancheng
调整晋城短信模板
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-domain/src/main/java/com/bcxin/tenant/domain/configs/EnvConfig.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/OrganizationServiceImpl.java
Commit f3d0a166ec8d6fe695fa93ff545bf47cc5eb5e6a by linchunpeng
1、增加:查询我的操作日志接口
2、增加:修改昵称、头像接口
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserEntity.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/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified tenant-rest-web-api/src/main/resources/application-test-ws.yml
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/UpdateNickHeadPhotoRequest.java
The file was modified tenant-server/tenant-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/commands/tenantUsers/UpdateUserNickHeadPhotoCommand.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OperateLogRpcProviderImpl.java
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/resources/application-test-ws.yml
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserDetailGetResponse.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/TenantUserService.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserProfileGetResponse.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/commons/OperateLogRpcProvider.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/operatelog/SearchOperateLogRequest.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
Commit 793ed48d3646f8964e88bf66bc45f785763e3cef by linchunpeng
merge:
1、增加:查询我的操作日志接口
2、增加:修改昵称、头像接口
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
Commit 30e330f90d3b7e2729d659b84f117f2ae6cefe4f by zhongxuefeng
增加账号查询
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/IdentityUserpasswordEntity.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/TenantUserJpaRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/SingleLoginRpcProvider.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/SingleLoginRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/TenantDbReader.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/TenantUserRepository.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.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 addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/TenantUserExtensionRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.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/entities/TenantUserExtensionEntity.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-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/responses/UserDetailGetResponse.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-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/EmployeeRpcProviderImpl.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-ws.yml
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/resources/application-jincheng-out-prod.yml
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/tenantUsers/TenantUserExtensionCommand.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-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/TenantUserController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/TenantUserExtensionResponse.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserExtensionService.java
Commit aad5f2b85331761735eebaa0014e2f363894283e by zhongxuefeng
增加心理测评列表查询、是否在有效期内查询
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/XlcpJpaRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/dto/XlcpReportDto.java
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/EmployeeController.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/XlcpRepository.java
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-domain/src/main/java/com/bcxin/tenant/domain/services/impls/XlcpServiceImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/XlcpService.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/XlcpReportResponse.java
Commit 0e91ef4397ba008717a5fcf763fffed35abca4bf by zhongxuefeng
修改是否在期限内心理测评查询
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/XlcpRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/XlcpServiceImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/XlcpJpaRepository.java
Commit 16e4794405366bc2618db0445693ffcece0afa06 by zhongxuefeng
修改是否需要测评判断
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.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-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/XlcpServiceImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
Commit c8e529ddec1f3092bf6da17c166e04fc73cdb2a0 by zhongxuefeng
修改心理测评是否弹窗业务
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/XlcpService.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.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/resources/application-com-prod.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-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/XlcpServiceImpl.java