Skip to content

Changes

Summary

  1. add 其他行业调整支持后面新增的行业 (details)
  2. add 监管机构支持行业和区域查询 (details)
  3. add 监管机构支持行业和区域查询 (details)
  4. 智能人事在职员工查询去除心理测评记录结果查询业务 (details)
  5. add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列 (details)
  6. add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列 (details)
  7. add 智能人事的行业类型和机构类型的硬编码改掉 (details)
  8. add 智能人事的行业类型和机构类型的硬编码改掉 (details)
  9. add 智能人事的行业类型和机构类型的硬编码改掉 (details)
  10. add 智能人事的行业类型和机构类型的硬编码改掉 (details)
  11. add 其他行业调整支持后面新增的行业 (details)
  12. 心理测评回调业务对回调文件转存有异常的记录重新补充转存 (details)
  13. hotfix: 返回认证状态 (details)
  14. 调整行业机构类型数据 (details)
  15. 修改测评人员信息查询,修改当待消费测评数据大于20条时通过开线程异步处理 (details)
  16. 调整测评回调业务 (details)
  17. 修改测评流水号查询 (details)
  18. add 企业注册邀请码验证和审批流程实现 (details)
  19. add 企业注册邀请码验证和审批流程实现 (details)
  20. 报名数据 (details)
Commit 466821f32f832af6537d2b1238c3b10a9e6d63b4 by 洪艺伟
add 其他行业调整支持后面新增的行业
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/readers/TenantDbReader.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/criterias/OrganizationCriteria.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRpcProviderImpl.java
Commit eb07881302c848d6e10a877c09652c953fae3cb2 by 洪艺伟
add 监管机构支持行业和区域查询
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-web-api/src/main/java/com/bcxin/tenant/apis/impls/SuperviseDepartmentRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/SuperviseDepartmentEntity.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SuperviseDepartmentJpaRepository.java
Commit 996678c94332025e0e405424f5e8ebded6dd0964 by 洪艺伟
add 监管机构支持行业和区域查询
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SuperviseDepartmentJpaRepository.java
Commit 50800ff76126444a8bdfcfc88e6e1972dc4c796b by zhongxuefeng
智能人事在职员工查询去除心理测评记录结果查询业务
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/EmployeeDto.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/responses/EmployeeGetResponse.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/EmployeeRpcProviderImpl.java
Commit d972ef557aed03da9efff91adbb4fb9635c5691d by 洪艺伟
add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列
优化:将延迟从5分钟改为5秒,减少事件处理延迟
5秒足够确保数据库事务已提交,同时大幅降低处理延迟
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit ea646c2442aab2a4d642fb6ef09f9ea58db646b7 by 洪艺伟
add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列
优化:将延迟从5分钟改为5秒,减少事件处理延迟
5秒足够确保数据库事务已提交,同时大幅降低处理延迟
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 6dc2686f05ccb3fb9ea36f76b527a98f40224148 by 洪艺伟
add 智能人事的行业类型和机构类型的硬编码改掉
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SysInstitutionalTypeJpaRepository.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ConfigDictRpcProviderImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/SysIndustryTypeEntity.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SysIndustryTypeJpaRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/SysInstitutionalTypeEntity.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SysInstitutionalTypeRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SysIndustryTypeRepository.java
Commit 1bf2d9322691095a19ca4e722be067c6950d272d by 洪艺伟
add 智能人事的行业类型和机构类型的硬编码改掉
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SysInstitutionalTypeRepository.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SysIndustryTypeJpaRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/SysInstitutionalTypeEntity.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/SysIndustryTypeEntity.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ConfigDictRpcProviderImpl.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SysInstitutionalTypeJpaRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SysIndustryTypeRepository.java
Commit cca869f60aa5814263918068b01ddcbdef973b68 by 洪艺伟
add 智能人事的行业类型和机构类型的硬编码改掉
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SysIndustryTypeRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/SysInstitutionalTypeEntity.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SysIndustryTypeJpaRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SysInstitutionalTypeJpaRepository.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/translates/impls/OrganizationTranslateImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/SysIndustryTypeEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SysInstitutionalTypeRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/utils/OrganizationTypeUtils.java
Commit fdb430c89e59da2ddde41a8e64722f219feea055 by 洪艺伟
add 智能人事的行业类型和机构类型的硬编码改掉
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SysInstitutionalTypeJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/utils/OrganizationTypeUtils.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/translates/impls/OrganizationTranslateImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SysIndustryTypeJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SysInstitutionalTypeRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SysIndustryTypeRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/SysIndustryTypeEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/SysInstitutionalTypeEntity.java
Commit a4e17fb97ea39bcb80e3aa3cdea4b8214787ef06 by 洪艺伟
add 其他行业调整支持后面新增的行业
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ConfigDictRpcProviderImpl.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-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/criterias/OrganizationCriteria.java
Commit e2f63082678cfd27e27c1a58e460ba8627de55a8 by zhongxuefeng
心理测评回调业务对回调文件转存有异常的记录重新补充转存
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/TenantXlcpRpcProviderImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/XlcpJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/XlcpService.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/XlcpServiceImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/TenantXlcpRpcProvider.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/XlcpRepository.java
Commit 9e9756825f56c17bda3638002e877a5ad26c2491 by linhancheng
hotfix: 返回认证状态
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserProfileGetResponse.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 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/readers/dtos/TenantUserDto.java
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/entities/TenantUserEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/EmployeeDetailDto.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
Commit 9feb7a7637b329fcd6de36b170619338c8dd3fe3 by linhancheng
调整行业机构类型数据
The file was modified tenant-shared-rest-web-api/src/main/java/com/bcxin/shared/rest/web/apis/controllers/commons/ConfigDictController.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ConfigDictRpcProviderImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/OrganizationController.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 tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/OrganizationResponse.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/commons/ConfigDictRpcProvider.java
Commit c2629938f6c4290a84b3204d5c6dfe2b3327b55f by zhongxuefeng
修改测评人员信息查询,修改当待消费测评数据大于20条时通过开线程异步处理
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/TenantDbReader.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/EmployeeUserDto.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 44784ae7cf15b87bc4afdf91e57f131d780ae969 by zhongxuefeng
调整测评回调业务
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/BackConfig.java
The file was modified tenant-backend-task/src/main/resources/application-test-ws.yml
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/readers/TenantDbReader.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/constants/KafkaConstants.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/XlcpService.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/KafkaConfig.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.java
The file was modified tenant-backend-task/src/main/resources/application-com-prod.yml
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/XlcpServiceImpl.java
Commit 22a0c28c856edf423dc44b0e3142946ef9ac2d6e by zhongxuefeng
修改测评流水号查询
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/QuerySerialNumberDto.java
Commit 5d41ce88600d74d5ddfa8d065d14a1280bc9f4a4 by 洪艺伟
add 企业注册邀请码验证和审批流程实现
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationInvitationCodeEntity.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationPartnerEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/OrganizationServiceImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationEntity.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationInvitationCodeRepository.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationPartnerJpaRepository.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationInvitationCodeJpaRepository.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 tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/organizations/RegisterCompanyCommand.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationPartnerRepository.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/OrganizationsStatus.java
Commit c3a4ea6eddd9005398d01d7ad936ec04e5eaa561 by 洪艺伟
add 企业注册邀请码验证和审批流程实现
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 7d4754d6fd38e59577031b886f353e9e265cdcb7 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-backend-task/src/main/java/com/bcxin/tenant/backend/configs/ExamEnrollmentUserKafkaComponent.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/BatchCreateTenantUserCommand.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/SubscriberEventActionComponent.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 tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/OrganizationServiceImpl.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/valueTypes/ExamEnrollmentUserValueType.java