- 22 Jan, 2026 3 commits
-
-
tianbo authored
- 在查询条件中添加了设备状态不等于'3'或状态为空的过滤条件 - 防止已报废设备在取消操作中被错误包含 - 确保查询结果只返回符合条件的有效设备记录
-
suhuiguang authored
1.管道单位变更选择装置慢 2.报废业务所有管道报废后,装置变为已报废3
-
suhuiguang authored
1.管道单位变更选择装置慢 2.报废业务所有管道报废后,装置变为已报废3
-
- 21 Jan, 2026 9 commits
-
-
tianbo authored
-
suhuiguang authored
1.管道单位变更选择装置慢初版
-
tianbo authored
- 在数据对接服务中新增equUseAddress字段,通过流式处理拼接省市区街道地址 - 重构使用登记管理服务,整合企业信息查询优化单位地址获取逻辑 - 新增getUnitAddress方法从基础企业信息表获取准确地址信息 - 优化地址拼接逻辑,过滤空值和null字符串确保数据完整性
-
suhuiguang authored
1.停用增加原因校验必填
-
suhuiguang authored
1.停用增加原因
-
suhuiguang authored
1.停用增加原因
-
suhuiguang authored
1.启用停用增加短信提醒,不校验短信发送频率
-
suhuiguang authored
1.启用停用增加短信提醒,不校验短信发送频率
-
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
-
- 20 Jan, 2026 4 commits
-
-
tianbo authored
- 添加无报废管道设备时的装置变更处理逻辑 - 实现新证号生成时的装置和管道信息更新
-
tianbo authored
fix(jg): 解决装置单位变更时使用登记证状态处理问题 - 新增projectContraptionIdsInThisApply变量用于区分本次变更列表中的装置 - 修改过滤条件使用projectContraptionIdsInThisApply而非projectContraptionIds - 移除firstProjectContraptionId判断逻辑,直接处理当前变更装置 - 新增dealProjectsUnderSameUseOrgCodeNotInThisApply方法处理非本次变更装置 - 添加验证使用登记证存在性检查,不存在时抛出异常 - 修复使用登记证状态设置时机,确保变更后状态正确 - 为ES设备数据添加设备状态字段设置 ```
-
刘林 authored
-
刘林 authored
-
- 19 Jan, 2026 6 commits
-
-
suhuiguang authored
-
suhuiguang authored
1.增加记录操作人名称及公司名称
-
suhuiguang authored
1.增加记录操作人名称及公司名称
-
suhuiguang authored
Merge branch 'develop_tzs_register' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_register
-
suhuiguang authored
1.增加记录操作人名称及所在公司功能需要记录日志注解+RequireUserDeyails注解结合使用
-
tianbo authored
- 监管单位修改企业信息接口中集成操作日志
-
- 16 Jan, 2026 5 commits
-
-
tianbo authored
- 新增根据前缀生成监管码的接口和实现方法 - 修复地址拼接时出现null字符串的问题 - 在设备变更注册时为新装置生成监管码 - 完善变更注册流程中的证书管理和设备状态更新
-
suhuiguang authored
1.启用停用增加短信提醒
-
tianbo authored
- 登记证号查询逻辑增加对已注销记录的过滤条件 - 重构工业管道单位变更处理方法,支持报废设备的特殊处理逻辑 - 实现装置和设备分批更新功能,提升大数据量处理性能 - 新增设备使用信息和ES索引同步更新方法 - 添加完整性校验,排除全报废设备的装置参与单位变更
-
suhuiguang authored
1.注释修改
-
suhuiguang authored
1.注释修改
-
- 15 Jan, 2026 3 commits
-
-
suhuiguang authored
-
suhuiguang authored
1.初始请求401
-
suhuiguang authored
1.初始请求401
-
- 14 Jan, 2026 10 commits
-
-
刘林 authored
-
刘林 authored
-
suhuiguang authored
1.删除时不再使用消息而是实时删除
-
tianbo authored
- 针对工业管道办理使用登记时,新增查询验证逻辑确保只更新状态为空的设备 - 对于非工业管道类别,保持原有的设备状态更新行为 - 防止已存在状态的工业管道设备被错误更新为在用状态
-
tianbo authored
- 在工业管道办理使用登记时,只将设备状态为空的管道设备状态改为在用 - 避免对待合并装置中已有停用、注销、报废等状态的管道重复修改状态 - 确保只有状态为空的设备才会被设置为在用状态
-
suhuiguang authored
1.增加查询接口初稿
-
tianbo authored
- 在管道装置报废逻辑中添加证书状态设置为已注销
-
tianbo authored
- 修正了selectAllScrapedProIds方法的参数,从proIds改为useUnitCreditCode
-
tianbo authored
- 修正了selectAllScrapedProIds方法的参数,从proIds改为useUnitCreditCode
-
tianbo authored
- 新增 selectAllScrapedProIds 方法用于查询所有已报废装置ID - 修复了流程中装置查询时对空集合的判断逻辑
-