Skip to content

Changes

Summary

  1. 组织关系树等接口实现 (details)
  2. 公司统计信息归集和定时任务 (details)
  3. 组织统计修改 (details)
  4. 添加操作日志 (details)
  5. 组织统计表kafka和定时任务 (details)
  6. 添加kafka错误处理器 (details)
  7. 提交 (details)
  8. 提交2 (details)
  9. 修改陕西内网redis配置 (details)
  10. 湖南外网配置修改 (details)
  11. 修改湖南外网配置 (details)
  12. 调整陕西外网配置 (details)
  13. 修改nacos端口更新 (details)
  14. 陕西配置文件修改 (details)
  15. 测试环境redis配置修改 (details)
  16. 湖南审计日志补充 (details)
  17. 修改湖南内网redis地址 (details)
  18. 湖南日志上传任务判断环境是否执行定时任务 (details)
  19. 湖南日志上传任务判断环境是否执行定时任务 (details)
  20. 湖南审计日志补充 (details)
  21. 湖南日志上传任务判断环境是否执行定时任务 (details)
  22. 湖南日志上传任务判断环境是否执行定时任务 (details)
  23. 配置修改 (details)
  24. 甘肃政务外网配置文件添加 (details)
  25. 修改雇员投保状态业务,陕西外网配置增加用户创建默认绑定角色id (details)
  26. hotfix: 测试监管端密码问题 (details)
  27. 调整nacos的密码 (details)
  28. backen task添加依赖 (details)
  29. 1、自动删除部门 (details)
  30. 数据库连接时区修改为东八区 (details)
  31. add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列 (details)
  32. add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列 (details)
  33. add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列 (details)
  34. hotfix:修复日志级别 (details)
  35. 心理测评回调业务迁移到task (details)
  36. 修改心理测评回调用kafka消费 (details)
  37. 修改测评消费 (details)
  38. 修改心理测评回调每次回调业务不管是否成功直接标记消费 (details)
  39. hotfix:参数问题 (details)
  40. 修改心理测评回调异常处理 (details)
  41. 修改心理测评批消费每次2条 (details)
  42. 测评回调消费监听设置配置 (details)
  43. 修改测评人员信息查询,修改当待消费测评数据大于20条时通过开线程异步处理 (details)
  44. 调整用户匹配遍历时重新获取流 (details)
  45. 调整测评回调业务 (details)
  46. 调整附件转存消费业务 (details)
  47. 注释未用到引用 (details)
  48. 报名数据 (details)
  49. 惺惺惜惺惺 (details)
  50. 调整日志输出 (details)
  51. 跟踪 (details)
  52. 调整参数 (details)
  53. 调整参数格式 (details)
  54. 调整部门信息 (details)
  55. 设置延迟信息 (details)
  56. 调整定时参数 (details)
  57. 调整短信内容 (details)
  58. 调整短信参数 (details)
  59. 修改同pasp脚本 (details)
  60. 修改数据库链接指向调试库 (details)
Commit a44a8dea0608ba1118de20341f637f32981a902a by daiqincheng
组织关系树等接口实现
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/OrganizationRelationshipServiceImpl.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/KafkaConfig.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizationRelationship/OrganizationRelationshipInfoUpdateRequest.java
The file was removedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizationRelationship/OrganizationRelationshipUpdateRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationRepository.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/constants/KafkaConstants.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/dtos/OrganizationAdminiInfoDto.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/OrganizationRpcProvider.java
The file was modified tenant-backend-task/src/main/resources/application-test-ws.yml
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationStatisticsReportsJpaRepository.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizationRelationship/OrganizationStructureQueryRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/TenantDbReader.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/OrganizationStructureResponse.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizationRelationship/OrganizationRelationshipStatusUpdateRequest.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 infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/OrganizationRelationshipRpcProvider.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/OrganizationRelationshipController.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/organizationrelationship/OrganizationRelationshipInfoUpdateCommand.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationRelationshipJpaRepository.java
The file was addedtenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/translates/impls/OrganizationRelationshipTranslateImpl.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-backend-task/src/main/resources/application.yml
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/repositories/OrganizationRelationshipRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationStatisticsReportsRepository.java
The file was addedtenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/translates/OrganizationRelationshipTranslate.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/src/main/java/com/bcxin/tenant/domain/entities/OrganizationRelationshipEntity.java
The file was modified tenant-backend-task/pom.xml
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRelationshipRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/OrganizationRelationshipService.java
Commit 3d3359995346d15c8af3016d0d2121102d8c7ada by daiqincheng
公司统计信息归集和定时任务
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationStatisticsReportsJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationStatisticsReportsRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/dtos/OrganizationStatisticsDto.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizationRelationship/OrganizationStatisticsCreateRequest.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/KafkaListenerOrganizationRelationship.java
The file was modified tenant-backend-task/src/main/resources/application.yml
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/OrganizationStatisticsService.java
The file was addedtenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationStatisticsRpcProviderImpl.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/tasks/OrganizationStatisticsSyncTask.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/BackConfig.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationStatisticsReportEntity.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/OrganizationStatisticsRpcProvider.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
Commit 2e9dc7c224c05703a227e4860dec2c0da9f850b7 by daiqincheng
组织统计修改
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/OrganizationRelationshipController.java
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-backend-task/src/main/resources/application-test-ws.yml
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRpcProviderImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/OrganizationStatisticsServiceImpl.java
The file was modified tenant-backend-task/pom.xml
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/OrganizationController.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/OrganizationRpcProvider.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationStatisticsReportEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationRelationshipEntity.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/KafkaConfig.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-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRelationshipRpcProviderImpl.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/src/main/java/com/bcxin/tenant/domain/services/OrganizationStatisticsService.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationRelationshipJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationRelationshipRepository.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/EmployeeRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/OrganizationRelationshipRpcProvider.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationStatisticsRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/EmployeeRpcProvider.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/OrganizationRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationStatisticsReportsRepository.java
Commit e0007601c0a527cf4c0695726a0ca7df805f58c4 by pxw87952434
添加操作日志
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationRelationshipActionHistoriesRepository.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/services/impls/OrganizationRelationshipServiceImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/OrganizationRelationshipRpcProvider.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/KafkaConfig.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationRelationshipJpaRepository.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-ws.yml
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/ActionType.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/OrganizationRelationshipController.java
The file was modified tenant-rest-web-api/src/main/resources/application.yml
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationRelationshipActionHistoriesJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationRelationshipRepository.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/RelationshipsStatus.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/OrganizationRelationshipService.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationRelationshipEntity.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRelationshipRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizationRelationship/OrganizationRelationshipStatusUpdateRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationRelationshipActionHistoriesEntity.java
Commit deeb7984db14f7ad35b3700e892877c5e7a30431 by daiqincheng
组织统计表kafka和定时任务
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationStatisticsReportsJpaRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationRelationshipJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationRelationshipEntity.java
The file was modified tenant-backend-task/src/main/resources/application-pre-prod.yml
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/dtos/OrganizationRelationshipInfoDto.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/OrganizationRelationshipController.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/translates/impls/OrganizationRelationshipTranslateImpl.java
The file was modified tenant-backend-task/src/main/resources/application-com-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRelationshipRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/OrganizationStatisticsRpcProvider.java
The file was modified tenant-backend-task/src/main/resources/application.yml
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/tasks/OrganizationStatisticsSyncTask.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/resources/application-test-ws.yml
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/dtos/OrganizationStatisticsDto.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/OrganizationStatisticsServiceImpl.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
The file was removedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/KafkaListenerOrganizationRelationship.java
Commit 7ba8d0d9290a7b0e60b04c9cccd7bd47fe441388 by daiqincheng
添加kafka错误处理器
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/constants/KafkaConstants.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 4f6bd2940ae5e6162ed2c4980fb97cbeba88d533 by 1923680292
提交

# Conflicts:
# security-server/security-web-api/pom.xml
The file was addedtenant-rbac-server/tenant-rbac-api/src/main/resources/application-hunan-out-prod.yml
The file was modified tenant-rest-web-api/pom.xml
The file was addedtenant-backend-task/src/main/resources/application-hunan-out-prod.yml
The file was modified security-server/security-web-api/pom.xml
The file was addedidentity-server/identity-web-api/src/main/resources/application-hunan-out-prod.yml
The file was addedtenant-rest-web-api/src/main/resources/application-hunan-out-prod.yml
The file was addedsecurity-server/security-web-api/src/main/resources/application-hunan-out-prod.yml
The file was modified identity-server/identity-web-api/pom.xml
The file was modified tenant-backend-task/pom.xml
The file was modified tenant-rbac-server/tenant-rbac-api/pom.xml
Commit 4eeb7f8ae9b43c5f2bba5e68492a02ded0b333d3 by 1923680292
提交2
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/InviteDepartController.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/InvitedToJoinQueuesGetResponse.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/BackConfig.java
Commit e8058f2876ee5d59150265aaa99caa497f57e32c by 李贝雅
修改陕西内网redis配置
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-shanxi-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified tenant-rest-web-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-shanxi-in-prod.yml
Commit 43ab70d817cc1e9496712101faba0bd501929459 by 452475217
湖南外网配置修改
The file was addedtenant-bus/tenant-bus-api/src/main/resources/application-hunan-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-hunan-out-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-hunan-out-prod.yml
The file was addedtenant-shared-rest-web-api/src/main/resources/application-hunan-out-prod.yml
The file was modified tenant-rest-web-api/src/main/resources/application-hunan-out-prod.yml
The file was addedtenant-server/tenant-web-api/src/main/resources/application-hunan-out-prod.yml
Commit 39fc2391abfc7ed9ff6d3440c25ab1e69dfe5728 by Dxy#202208
修改湖南外网配置
The file was modified tenant-bus/tenant-bus-api/pom.xml
The file was modified tenant-server/tenant-web-api/pom.xml
The file was modified identity-server/identity-web-api/pom.xml
The file was modified tenant-rbac-server/tenant-rbac-api/pom.xml
The file was modified tenant-rest-web-api/pom.xml
The file was modified tenant-shared-rest-web-api/pom.xml
The file was modified tenant-backend-task/pom.xml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-hunan-out-prod.yml
The file was modified security-server/security-web-api/pom.xml
Commit 838920025e3b8c52a54e00009ad80de28e854726 by zhongxuefeng
调整陕西外网配置
The file was modified security-server/security-web-api/pom.xml
The file was modified tenant-backend-task/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-rest-web-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-shanxi-out-prod.yml
The file was addedsecurity-server/security-web-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-shared-rest-web-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-bus/tenant-bus-api/src/main/resources/application-shanxi-out-prod.yml
Commit 769dcbf962edb2e5013c6155f280099ee776877b by zhongxuefeng
修改nacos端口更新
The file was modified tenant-rest-web-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-bus/tenant-bus-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-shared-rest-web-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-shanxi-out-prod.yml
Commit 5c5d3582aa31a47e82cea119737088567725e208 by 2569825222
陕西配置文件修改
The file was modified tenant-server/tenant-web-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified tenant-shared-rest-web-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified tenant-rest-web-api/pom.xml
The file was modified tenant-backend-task/src/main/resources/application-shanxi-in-prod.yml
Commit 4dbc8bbd827162599378ddcbc2757c24407fba9c by linchunpeng
测试环境redis配置修改
The file was modified security-server/security-web-api/src/main/resources/application-test-ws.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-test-in-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/resources/application-test-ws.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-test-ws.yml
The file was modified tenant-rest-web-api/src/main/resources/application-test-in-ws.yml
The file was modified security-server/security-web-api/src/main/resources/application-test-in-ws.yml
The file was modified tenant-backend-task/src/main/resources/application-test-in-ws.yml
The file was modified tenant-backend-task/src/main/resources/application-test-ws.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-in-ws.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-test-ws.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-test-in-ws.yml
Commit ce72afd6e7c62e4d9e77341bed80ce501a83cbfc by Dxy#202208
湖南审计日志补充
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/tasks/HuNanLogReportTask.java
Commit 7edd385c72b2fa6bc6185acb57aa05c2dad6575d by Dxy#202208
修改湖南内网redis地址
The file was modified tenant-server/tenant-web-api/src/main/resources/application-hunan-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-hunan-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-hunan-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-hunan-in-prod.yml
The file was modified tenant-rest-web-api/src/main/resources/application-hunan-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-hunan-in-prod.yml
Commit dc80c85647ef0644ccf432bacfee6ace1382f857 by Dxy#202208
湖南日志上传任务判断环境是否执行定时任务
The file was modified tenant-backend-task/src/main/resources/application-hunan-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application.yml
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
Commit dfe8a3975406c4d4eb7ce30fcdd6dde0bbf27c7e by Dxy#202208
湖南日志上传任务判断环境是否执行定时任务
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
The file was modified tenant-backend-task/src/main/resources/application-hunan-in-prod.yml
Commit 04541032fa0d8ee9020b6abc97cb8ed67ad109ed by 452475217
湖南审计日志补充
The file was modified tenant-backend-task/src/main/resources/application.yml
The file was modified tenant-backend-task/src/main/resources/application-hunan-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-dev-ws-security.yml
The file was modified tenant-backend-task/src/main/resources/application-test-ws.yml
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
The file was modified tenant-backend-task/src/main/resources/application-dev.yml
The file was modified tenant-backend-task/src/main/resources/application-test-in-ws.yml
The file was modified tenant-backend-task/src/main/resources/application-dev-ws.yml
Commit 750237f0aa609900775422a39e5570f6f005b264 by Dxy#202208
湖南日志上传任务判断环境是否执行定时任务
The file was modified tenant-backend-task/src/main/resources/application.yml
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
The file was modified tenant-backend-task/src/main/resources/application-hunan-in-prod.yml
Commit 037949cda84d739ea335efa2da5517e94dcb2f46 by Dxy#202208
湖南日志上传任务判断环境是否执行定时任务
The file was modified tenant-backend-task/src/main/resources/application.yml
The file was modified tenant-backend-task/src/main/resources/application-hunan-in-prod.yml
Commit 72ea15b9a2df34fa0dd22c975c898365b4b59cb5 by 2569825222
配置修改
The file was addedtenant-rest-web-api/src/main/resources/application-gansu-in-prod.yml
The file was modified tenant-server/tenant-web-api/pom.xml
The file was addedtenant-backend-task/src/main/resources/application-gansu-in-prod.yml
The file was addedtenant-rbac-server/tenant-rbac-api/src/main/resources/application-gansu-in-prod.yml
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/filters/AuthFilter.java
The file was modified tenant-rest-web-api/pom.xml
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was modified security-server/security-web-api/pom.xml
The file was modified tenant-bus/tenant-bus-api/pom.xml
The file was addedidentity-server/identity-web-api/src/main/resources/application-gansu-in-prod.yml
The file was addedtenant-bus/tenant-bus-api/src/main/resources/application-gansu-in-prod.yml
The file was modified identity-server/identity-web-api/pom.xml
The file was addedtenant-server/tenant-web-api/src/main/resources/application-gansu-in-prod.yml
The file was addedtenant-shared-rest-web-api/src/main/resources/application-gansu-in-prod.yml
The file was addedsecurity-server/security-web-api/src/main/resources/application-gansu-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/pom.xml
The file was modified tenant-backend-task/pom.xml
The file was modified tenant-shared-rest-web-api/pom.xml
Commit a9e49cc58ad7d64549c2fa58ae0c5159f0413eec by 2569825222
甘肃政务外网配置文件添加
The file was modified tenant-rest-web-api/pom.xml
The file was addedtenant-shared-rest-web-api/src/main/resources/application-gansu-out-prod.yml
The file was addedtenant-bus/tenant-bus-api/src/main/resources/application-gansu-out-prod.yml
The file was addedsecurity-server/security-web-api/src/main/resources/application-gansu-out-prod.yml
The file was modified tenant-shared-rest-web-api/pom.xml
The file was addedtenant-backend-task/src/main/resources/application-gansu-out-prod.yml
The file was modified tenant-bus/tenant-bus-api/pom.xml
The file was addedtenant-rest-web-api/src/main/resources/application-gansu-out-prod.yml
The file was modified tenant-server/tenant-web-api/pom.xml
The file was modified identity-server/identity-web-api/pom.xml
The file was modified security-server/security-web-api/pom.xml
The file was addedtenant-server/tenant-web-api/src/main/resources/application-gansu-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/pom.xml
The file was modified tenant-backend-task/pom.xml
The file was addedtenant-rbac-server/tenant-rbac-api/src/main/resources/application-gansu-out-prod.yml
The file was addedidentity-server/identity-web-api/src/main/resources/application-gansu-out-prod.yml
Commit f2cbd10ea25885e3b1ec246fa2a25b21c569a3ae by zhongxuefeng
修改雇员投保状态业务,陕西外网配置增加用户创建默认绑定角色id
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/utils/JwtCommonUtil.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-shanxi-out-prod.yml
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/EmployeeRepository.java
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-backend-task/src/main/java/com/bcxin/tenant/backend/tasks/EmployeeIsSureSyncTask.java
Commit bbf61c88f7571a2cc2b45b7c6f42599c0b266a76 by linhancheng
hotfix: 测试监管端密码问题
The file was modified security-server/security-web-api/src/main/resources/application-test-in-ws.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-test-in-ws.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-in-ws.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-test-in-ws.yml
The file was modified tenant-backend-task/src/main/resources/application-test-in-ws.yml
Commit 3b0934573547c64980b1d3b92f0b9c40f39ffea8 by linhancheng
调整nacos的密码
The file was modified security-server/security-web-api/src/main/resources/application-com-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-com-prod.yml
The file was modified tenant-rest-web-api/src/main/resources/application-com-prod.yml
The file was modified tenant-shared-rest-web-api/src/main/resources/application-com-prod.yml
The file was modified tenant-bus/tenant-bus-api/src/main/resources/application-com-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-com-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-com-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-com-prod.yml
Commit 1cb11f671b5d3023516816fdafd8b8efae688234 by linchunpeng
backen task添加依赖
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/BackConfig.java
Commit 21dacb4a140bc519bad62b27bb4d9f51a3dfeec8 by linchunpeng
1、自动删除部门
2、自动人员离职
The file was modified tenant-backend-task/src/main/resources/application.yml
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
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/repositories/EmployeeRepository.java
The file was modified tenant-backend-task/src/main/resources/application-test-ws.yml
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/BackConfig.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/tasks/DepartmentDeleteTask.java
The file was added"docs/2024-12-13-\345\256\232\346\227\266\345\210\240\351\231\244\351\203\250\351\227\250/2024-12-13.sql"
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/TenantDepartmentScheduledDeleteJpaRepository.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/StartupConfig.java
The file was addedtenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/TenantDepartmentScheduledDeleteRpcProviderImpl.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/TenantDepartmentScheduledDeleteRpcProvider.java
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-backend-task/src/main/resources/application-com-prod.yml
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/DepartmentJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/DepartmentRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/TenantDepartmentScheduledDeleteRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantDepartmentScheduledDeleteEntity.java
Commit f4752558da72b4fca8fd54b1f9820e7f9b50f53f by linchunpeng
数据库连接时区修改为东八区
The file was modified identity-server/identity-web-api/src/main/resources/application-gansu-out-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-hunan-out-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-pre-out-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-nanning-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-ningxia-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-ningxia-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-guangxi-in-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-hunan-out-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-rt-beijing-in-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-dev-rt.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-pre-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-rt-beijing-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-gansu-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-beijing-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-pre-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-guangxi-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-pre-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-beijing-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-dev-ws-security.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-dev.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-rt-beijing-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-dev-in-mysql.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-dev-in-mysql.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-dev-rt.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-dev-ws-security.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-ningxia-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-gansu-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-pre-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-ningxia-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-beijing-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-nanning-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-pre-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-pre-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-shanxi-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-guangxi-in-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-beijing-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-com-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-gansu-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-nanning-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-beijing-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-rt-beijing-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-dev-rt.yml
The file was modified tenant-backend-task/src/main/resources/application-beijing-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-beijing-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-hunan-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-nanning-in-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-pre-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-dev-ws.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-ws.yml
The file was modified security-server/security-web-api/src/main/resources/application-guangxi-in-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-in-ws.yml
The file was modified tenant-backend-task/src/main/resources/application-hunan-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-ningxia-out-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-pre-out-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-gansu-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-beijing-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-pre-out-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-gansu-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-dev.yml
The file was modified tenant-backend-task/src/main/resources/application-guangxi-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-dev-in-mysql.yml
The file was modified tenant-backend-task/src/main/resources/application-pre-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-gansu-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-nanning-in-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-ningxia-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-beijing-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-hunan-out-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-ningxia-out-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-shanxi-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-gansu-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-gansu-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-dev-rt.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-beijing-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-dev-ws.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-gansu-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-dev-in-mysql.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-ningxia-out-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-dev-rt.yml
The file was modified tenant-backend-task/src/main/resources/application-dev-in-mysql.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-rt-beijing-in-prod.yml
Commit 137ceb95c9b13db1e7f46d53b55389079874a4c5 by 洪艺伟
add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/ExamEnrollmentUserKafkaComponent.java
The file was addedtenant-backend-task/src/test/java/com/bcxin/tenant/backend/configs/ExamEnrollmentUserKafkaComponentTest.java
The file was modified tenant-backend-task/pom.xml
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserEntity.java
Commit 0e2ee5aab1b733204832ba57c071226f16a6df18 by 洪艺伟
add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/handlers/impls/SyncSubscriberEventActionHandlerImpl.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/entities/TenantUserEntity.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/providers/BackendRpfProviderImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/eventHandlers/TenantUserAfterCreatedEvent_Handler.java
Commit ca7a02491b2aa74c5280945b04e66222d4d2c661 by 洪艺伟
add 在tenant-backend-task中引入kafka;-实现消息的订阅-后续会订阅-消息队列
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/providers/BackendRpfProviderImpl.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/handlers/impls/SyncSubscriberEventActionHandlerImpl.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/impls/TenantUserServiceImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/eventHandlers/TenantUserAfterCreatedEvent_Handler.java
Commit 85587caabfaa54679b659f883019df580c4fd03e by linhancheng
hotfix:修复日志级别
The file was modified tenant-rest-web-api/src/main/resources/log4j2.xml
The file was modified tenant-shared-rest-web-api/src/main/resources/log4j2.xml
The file was modified tenant-bus/tenant-bus-api/src/main/resources/log4j2.xml
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/DepartmentServiceImpl.java
The file was modified security-server/security-web-api/src/main/resources/log4j2.xml
The file was modified tenant-server/tenant-web-api/src/main/resources/log4j2.xml
The file was modified identity-server/identity-web-api/src/main/resources/log4j2.xml
The file was modified tenant-backend-task/src/main/resources/log4j2.xml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/log4j2.xml
Commit 94264cdd1c84999a21ae506708b1c946902349a6 by zhongxuefeng
心理测评回调业务迁移到task
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/backends/QueueRpcProvider.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/providers/QueueRpcProviderImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/backends/requests/XlcpResultRequest.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/constants/KafkaConstants.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-web-api/src/main/java/com/bcxin/tenant/apis/impls/TenantXlcpRpcProviderImpl.java
Commit a257ed101e3fb0647e2a77e0ad7478a2898bb0ef by zhongxuefeng
修改心理测评回调用kafka消费
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/BackConfig.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-backend-task/src/main/java/com/bcxin/tenant/backend/KafkaConfig.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/RestConfiguration.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/backends/requests/XlcpResultRequest.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/constants/KafkaConstants.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-web-api/src/main/java/com/bcxin/tenant/apis/impls/TenantXlcpRpcProviderImpl.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/providers/QueueRpcProviderImpl.java
The file was modified tenant-shared-rest-web-api/src/main/java/com/bcxin/shared/rest/web/apis/DubboConfig.java
Commit cdca26d8e3cea39483f2b77345b72da27be61f51 by zhongxuefeng
修改测评消费
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.java
The file was modified tenant-shared-rest-web-api/src/main/java/com/bcxin/shared/rest/web/apis/DubboConfig.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/constants/KafkaConstants.java
Commit 459df96a6074e57a20465d9b93ccc48c26493ce7 by zhongxuefeng
修改心理测评回调每次回调业务不管是否成功直接标记消费
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/XlcpCallRequest.java
Commit e1895eb12bdcd0de511d177bfa303b2b5fbfb5b4 by linhancheng
hotfix:参数问题
The file was modified tenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/snapshots/dataexchanges/UserValueSnapshot.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/extensions/DirectlyDataExchangeComponent.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/handlers/impls/DataExchangeSubscriberEventActonHandlerImpl.java
Commit d5b37e35b7c08dbd77d6030597a36ab50e08b23f by zhongxuefeng
修改心理测评回调异常处理
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.java
Commit 6770d45295e860cb47d44a73f809594e9bc5e85b by zhongxuefeng
修改心理测评批消费每次2条
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/java/com/bcxin/tenant/backend/KafkaConfig.java
Commit 4a5f9790b776f79908387cfb96f31e05a5cbf600 by zhongxuefeng
测评回调消费监听设置配置
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
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 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
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/EmployeeUserDto.java
Commit 93a50b7752ee908b5032cfd2c734e558f43a6660 by zhongxuefeng
调整用户匹配遍历时重新获取流
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.java
Commit 44784ae7cf15b87bc4afdf91e57f131d780ae969 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 modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.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-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/resources/application-test-ws.yml
The file was modified tenant-backend-task/src/main/resources/application-com-prod.yml
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/BackConfig.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/KafkaConfig.java
Commit 2ddeaccf11e2200f74c0765a057f9b4829002434 by zhongxuefeng
调整附件转存消费业务
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.java
Commit 0349493f1794d88a9e52900f161b6766c6ef5fc9 by zhongxuefeng
注释未用到引用
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/XlcpResultKafkaComponent.java
Commit 7d4754d6fd38e59577031b886f353e9e265cdcb7 by linhancheng
报名数据
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-backend-task/src/main/java/com/bcxin/tenant/backend/components/SubscriberEventActionComponent.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-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was addedtenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/valueTypes/ExamEnrollmentUserValueType.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/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/repositories/OrganizationRepository.java
Commit 632f545566b85deb5d4dbcc593ef1dbc999ccef0 by linhancheng
惺惺惜惺惺
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/ExamEnrollmentUserKafkaComponent.java
Commit 00d71958bc130b9146a63efcfb482a91cc85bc46 by linhancheng
调整日志输出
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/log4j2.xml
The file was removedtenant-rest-web-api/src/main/resources/log4j2_tmp.xml
The file was modified tenant-rest-web-api/src/main/resources/log4j2.xml
The file was modified identity-server/identity-web-api/src/main/resources/log4j2.xml
The file was modified security-server/security-web-api/src/main/resources/log4j2.xml
The file was modified tenant-backend-task/src/main/resources/log4j2.xml
The file was modified tenant-server/tenant-web-api/src/main/resources/log4j2.xml
The file was modified tenant-bus/tenant-bus-api/src/main/resources/log4j2.xml
Commit cf911906389b9ff49e392304787010c7a27909a8 by linhancheng
跟踪
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/configs/ExamEnrollmentUserKafkaComponent.java
Commit d54af25eeb5406357bcfe92027c30d314002b4d2 by linhancheng
调整参数
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/extensions/DirectlyDataExchangeComponent.java
Commit d7e360928ecc807981a04283d858558954d90d7e by linhancheng
调整参数格式
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/extensions/DirectlyDataExchangeComponent.java
Commit f502d2f65fd7fe5c5490eb65ad26720a2cc7638d by linhancheng
调整部门信息
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/EmployeeServiceImpl.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/handlers/impls/DataExchangeSubscriberEventActonHandlerImpl.java
Commit 7b56102206f4052a58c7c990e0426ecbf11c9485 by linhancheng
设置延迟信息
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/OrganizationServiceImpl.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
Commit d963105b8eabb29be1cf160b68cb1b6e78ef723f by linhancheng
调整定时参数
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/ScheduleJobConfig.java
Commit 196314bf8f87ebfed972bcbffc87d72910fcf8c9 by linhancheng
调整短信内容
The file was modified tenant-bus/tenant-bus-domain/src/main/java/com/bcxin/bus/domains/components/impls/SmsMessageProviderImpl.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-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/utils/ExecuteUtils.java
Commit 7e2d14ed1a26ef9dd6a3855410ab2625f0229015 by linhancheng
调整短信参数
The file was modified tenant-bus/tenant-bus-domain/src/main/java/com/bcxin/bus/domains/components/impls/SmsMessageProviderImpl.java
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/handlers/impls/DataExchangeSubscriberEventActonHandlerImpl.java
The file was modified tenant-bus/tenant-bus-api/src/main/resources/application-test-ws.yml
Commit a9ff38e0ec6874eaee9bc8e88c89d52528220dec by zhongxuefeng
修改同pasp脚本
The file was modified tenant-backend-task/src/main/java/com/bcxin/tenant/backend/components/extensions/DirectlyDataExchangeComponent.java
Commit 64048a3c2af3cfc11514839b2cea7ddf0206dd75 by zhongxuefeng
修改数据库链接指向调试库
The file was modified security-server/security-web-api/src/main/resources/application-test-in-ws.yml
The file was modified tenant-backend-task/src/main/resources/application-test-in-ws.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-in-ws.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-test-in-ws.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-test-in-ws.yml