- 15 Oct, 2025 6 commits
-
-
tianbo authored
# Conflicts: # amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/controller/DataHandlerController.java # amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/DataHandlerServiceImpl.java # amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/SafetyProblemTracingServiceImpl.java
-
刘林 authored
-
刘林 authored
-
tianbo authored
- 使用 removeIf 替代 remove 方法以安全移除空元素 - 增加空列表检查,避免发布空事件 - 修复质量评分更新服务中返回空值的问题,改为返回默认值 0 - 添加数据刷新消息发送前的空校验,防止空指针异常
-
tianbo authored
- 在设备记录和装置ID列表中移除null元素,避免发布空事件 - 添加对设备使用信息和注册信息的空值校验,防止空指针异常 - 使用事务同步回调确保设备创建事件在事务提交后发送 - 对项目装置信息增加空值检查,提升系统稳定性
-
刘林 authored
-
- 14 Oct, 2025 9 commits
-
-
suhuiguang authored
1.数据权限筛选单位错误bug
-
suhuiguang authored
1.循环依赖
-
suhuiguang authored
1.数据权限筛选单位错误bug
-
tianbo authored
- 修改默认数据质量评分名称为"三类" - 新增handleDataQualityScore2方法处理更多数据场景 - 引入EventPublisher用于发布设备创建或编辑事件 - 重构查询逻辑,支持处理缺失和错误的数据质量评分
-
tianyiming authored
-
刘林 authored
-
tianbo authored
- 在 EquipClaimServiceImpl 中引入 EventPublisher 和 EquipCreateOrEditEvent - 设备信息保存后发布 EquipCreateOrEditEvent 事件 -管道装置信息保存后发布 EquipCreateOrEditEvent 事件 - 移除 IdxBizJgRegisterInfoServiceImpl 中异步发布的事件逻辑 - 删除 EventPublisher 中不必要的 @Async 注解引用
-
suhuiguang authored
1.循环依赖
-
suhuiguang authored
1.业务负责人支持注册的人
-
- 13 Oct, 2025 7 commits
-
-
tianbo authored
- 增加对项目设备数据质量评分的同步更新逻辑 - 三环设备认领时,增加发布设备创建或编辑事件 - 设置车辆使用信息内部编码字段
-
suhuiguang authored
1.报检结果页面,内部人员编号错误显示为内部编号,调整显示为身份证号
-
suhuiguang authored
1.单据数据权限过滤
-
tianbo authored
- 更新车用与非车用气瓶的分级判断条件 -优化CREATE_DATE字段的处理逻辑,避免空值异常- 查询使用登记证信息时增加删除标志过滤条件
-
tianyiming authored
-
刘林 authored
-
刘林 authored
-
- 11 Oct, 2025 4 commits
-
-
tianyiming authored
-
suhuiguang authored
1.增加注释
-
suhuiguang authored
1.报检申请表里少字段备注,增加备注字段
-
suhuiguang authored
1.报检申请流程处理接口增加seata回滚
-
- 10 Oct, 2025 6 commits
-
-
suhuiguang authored
1.增加日志打印计时
-
suhuiguang authored
1.报检申请表投用日志格式化问题 2.in 查询 修改为 ANY(ARRAY[元素])
-
suhuiguang authored
1.代码整理
-
suhuiguang authored
1.代码整理
-
suhuiguang authored
1.增加打印日志便于排查问题
-
suhuiguang authored
1.报检申请表,代码集成到项目中,在审批完成后生成
-
- 09 Oct, 2025 7 commits
-
-
suhuiguang authored
1.推送消息缺少字段信息,applicationUnitAddress 报检单位地址 、 equName 设备名称、 equCode 设备代码、 produceDate 制造日期
-
tianbo authored
- 实现EsSearchServiceImpl类,提供Elasticsearch搜索功能 - 添加searchResponseInBatch方法支持批量处理搜索结果 - 添加searchResponse方法支持搜索结果转换- 配置默认批次大小为5000,滚动超时时间为5分钟 - 实现滚动搜索及资源清理逻辑 - 支持通过Consumer和Function处理搜索数据
-
suhuiguang authored
1.报检申请表生成url功能初始版本提交
-
suhuiguang authored
1.报检申请表生成url功能初始版本提交
-
tianbo authored
- 在DataHandlerController中新增handleDataQualityScore接口 - 实现ES中缺失数据质量评分的设备数据修复逻辑 -修复SingleEquipChangeProcess中排序字段错误问题,调整为按passedDate倒序排序获取最新记录
-
tianyiming authored
-
tianyiming authored
-
- 30 Sep, 2025 1 commit
-
-
刘林 authored
-