- 06 Feb, 2026 5 commits
-
-
tianbo authored
- 添加对record参数的空值检查,避免findById调用时出现异常 - 当record为空时直接返回null,防止不必要的数据库查询
-
suhuiguang authored
1.执行速度调优
-
http://39.100.92.250:5000/moa/amos-boot-biz…suhuiguang authored
Merge branch 'develop_tzs_main' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_main
-
suhuiguang authored
1.执行速度调优
-
刘林 authored
-
- 05 Feb, 2026 13 commits
-
-
suhuiguang authored
1.执行速度调优
-
http://39.100.92.250:5000/moa/amos-boot-biz…suhuiguang authored
Merge branch 'develop_tzs_main' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_main
-
suhuiguang authored
1.写es移动到最后执行
-
刘林 authored
-
刘林 authored
-
tianbo authored
- 将selectDataById方法重命名为selectJgAllViewDataById以提高语义清晰度 - 在设备注册服务中实现ES数据删除的回滚机制,确保数据一致性 - 重构删除逻辑,先查询原有ES数据再执行删除操作 - 统一ES数据构建方法,提高代码复用性 - 完善异常处理机制,在操作失败时恢复ES数据状态
-
suhuiguang authored
1.删除无用类
-
suhuiguang authored
1.写es移动到最后执行
-
suhuiguang authored
1.写es移动到最后执行
-
suhuiguang authored
1.写es移动到最后执行
-
suhuiguang authored
1.写es移动到最后执行
-
tianbo authored
-
tianbo authored
- 修改EquipClaimServiceImpl中的checkEsData为saveEsData方法 - 重构ESEquipmentCategory的deleteAllWithFallback方法返回类型为void - 重构JgEquipTransferServiceImpl中的ES数据更新和回滚机制 - 重构JgInstallationNoticeServiceImpl中的批量设备ID处理逻辑 - 实现安装通知取消申请时的ES数据回滚功能 - 添加@EnableEsRollback注解支持ES数据操作回滚 - 重构JgReformNoticeServiceImpl中的压力管道数据处理逻辑 - 实现改造通知接受流程中的ES数据保存和删除列表管理
-
- 04 Feb, 2026 8 commits
-
-
suhuiguang authored
1.写es移动到最后执行
-
suhuiguang authored
1.写es移动到最后执行
-
刘林 authored
-
suhuiguang authored
1.写es移动到最后执行
-
suhuiguang authored
1.写es移动到最后执行
-
tianbo authored
- 在ESEquipmentCategory接口中新增deleteAllWithFallback方法实现批量删除并缓存回滚数据 - 扩展EsRollbackContext枚举类型增加DELETE类型支持删除操作的回滚数据管理 - 实现删除数据的去重过滤机制避免重复缓存相同SEQUENCE_NBR的数据 - 在EsRollbackAspect切面中添加对删除操作回滚的支持分批处理删除数据回滚 - 优化EsRollbackContext的清理逻辑确保删除类型的上下文数据也被清除
-
tianbo authored
- 将saveWithCache重命名为saveWithFallback
-
tianbo authored
-
- 03 Feb, 2026 10 commits
-
-
tianbo authored
- 在ESEquipmentCategory接口中新增saveAllWithCache和saveWithCache方法实现批量缓存操作 - 新增EnableEsRollback注解用于标识需要ES回滚的方法 - 实现EsRollbackAspect切面处理ES数据回滚逻辑 - 创建EsRollbackContext管理ES回滚上下文数据 - 在JgInstallationNoticeServiceImpl中集成ES回滚机制
-
刘林 authored
-
刘林 authored
-
suhuiguang authored
1.写es移动到最后执行
-
suhuiguang authored
1.写es移动到最后执行
-
http://39.100.92.250:5000/moa/amos-boot-biz…suhuiguang authored
Merge branch 'develop_tzs_main' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_main
-
suhuiguang authored
1.写es移动到最后执行
-
刘林 authored
-
刘林 authored
-
suhuiguang authored
1.自动任务异常处理代码暂存
-
- 02 Feb, 2026 4 commits
-
-
http://39.100.92.250:5000/moa/amos-boot-biz…suhuiguang authored
Merge branch 'develop_tzs_main' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_main
-
suhuiguang authored
1.自动任务异常处理
-
tianbo authored
- 优化DataDockServiceImpl中的设备状态处理逻辑 - 重构数据同步方法saveEquInfoToEs的调用时机 - 统一数据源中的时间戳更新为相同值 - 调整IdxBizJgUseInfoMapper.xml中的字段查询顺序和结构
-
suhuiguang authored
1.压力管道多证时报错,健壮处理
-