- 10 Sep, 2025 4 commits
-
-
suhuiguang authored
1.报检规则联调自测,定期RBI自测bug
-
suhuiguang authored
1.报检规则联调自测,报检申请表未写入对接单位code
-
tianbo authored
-
tianbo authored
- 在 CommonController 中添加 cylinderComplianceCheck 方法,用于校验气瓶是否合规 - 在 CommonServiceImpl 中实现 cylinderComplianceCheck 方法,通过 Elasticsearch 查询气瓶信息并判断合规性 - 在 TmCylinderInfoService 中添加 complianceCheck 方法,用于 OpenAPI 接口调用 - 在 TzsJgServiceFeignClient 中添加 cylinderComplianceCheck 方法的 Feign 接口 - 在 CylinderController 中添加 complianceCheck 接口,供外部调用
-
- 09 Sep, 2025 3 commits
-
-
suhuiguang authored
1.切换索引到新索引 2.增加按照出场编号筛选设备
-
suhuiguang authored
1.报检规则联调自测,大型游乐设施AB级过滤
-
suhuiguang authored
1.报检规则联调自测,大型游乐设施AB级过滤
-
- 08 Sep, 2025 2 commits
-
-
suhuiguang authored
1.报检规则推送规则
-
suhuiguang authored
1.报检规则推送规则
-
- 05 Sep, 2025 2 commits
-
-
suhuiguang authored
1.报检规则推送规则
-
suhuiguang authored
1.开通消息展示appId,relationId调整为原始
-
- 03 Sep, 2025 4 commits
-
-
suhuiguang authored
1.报检规则接口 2.3库类型数据变动消息处理器调整为观察者模式并调整流水
-
tianbo authored
-
刘林 authored
-
刘林 authored
-
- 02 Sep, 2025 17 commits
-
-
tianbo authored
- 在 JgUseRegistrationMapper.xml 中添加了多个新字段的查询 - 新增字段包括:productName, equCode, equListCode, equCategoryCode, equDefineCode - 同时增加了对应的设备类别名称字段:equListName, equCategory, equDefine - 使用 STRING_AGG 函数将多个值合并为以逗号分隔的字符串
-
tianbo authored
- 优化了字段别名的定义 - 调整了排序字段的引用
-
tianbo authored
-
tianbo authored
- 重构设备过滤查询逻辑,使用预过滤设备列表的方式提高查询效率 - 新增 pre_filtered_equipment CTE进行设备表过滤 - 使用 EXISTS 子查询替代原来的 IN子查询,减少不必要的数据扫描
-
刘林 authored
-
tianbo authored
- 优化数据处理流程,提高代码复用性- 改进日志记录,增加详细的信息输出 - 注释掉数据刷新事件的调用,留待后续处理
-
tianbo authored
perf(amos-boot): 使用 STRING_AGG 替代 GROUP_CONCAT- 将 GROUP_CONCAT 函数替换为 STRING_AGG 函数- 优化查询性能,特别是在处理大量数据时
-
tianbo authored
- 修改了 CommonServiceImpl 中设备分类筛选逻辑,使用 description 字段替代正则表达式匹配 code 字段 - 更新了 EquipmentCategoryMapper.xml 中查询条件,使用 is_delete 字段替代 NOT LIKE 条件
-
tianbo authored
- 在 CommonController 中为 creatTree 方法添加 client 参数
-
hcing authored
-
hcing authored
-
hcing authored
-
hcing authored
-
hcing authored
-
tianbo authored
- 修改了设备分类筛选方式,从根据编码规则筛选改为根据描述字段筛选 - 更新了 EquipmentCategoryMapper.xml 中的查询条件,使用 is_delete 字段进行筛选
-
刘林 authored
-
hcing authored
-
- 01 Sep, 2025 8 commits