- 23 Sep, 2025 3 commits
-
-
suhuiguang authored
1.公用长输管道报检去掉约束 2.大小写过滤
-
tianbo authored
-
tianbo authored
feat(openapi): 气瓶对接调整优化 - 重构 CylinderFilling与 CylinderFillingCheck 实体类,继承自公共基类 CylinderFillingBaseEntity - 扩展 tz_cylinder_filling 表及 tz_cylinder_filling_record 表字段,新增多个安全检查项和充装信息
-
- 22 Sep, 2025 3 commits
-
-
suhuiguang authored
1.单据删除bug
-
suhuiguang authored
1.安装改造维修单位数据过滤,seq转unitcode
-
suhuiguang authored
1.业务负责人人员过滤 2.高新区、经开、西咸
-
- 19 Sep, 2025 5 commits
-
-
suhuiguang authored
1.暗改维报检筛选
-
suhuiguang authored
1.自动作废作废多数据
-
suhuiguang authored
1.定向单位,匹配不到时显示了全部
-
suhuiguang authored
1.去掉自建机构
-
suhuiguang authored
1.游乐设施可筛选空或者和指定等级的
-
- 18 Sep, 2025 3 commits
-
-
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.锅炉技术参数快捷维护报检 2.报检提交时记录历史表
-
tianbo authored
refactor(JgUseRegistration): 优化日期范围处理逻辑在 `JgTableDataExportServiceImpl` 和 `JgUseRegistrationController` 中,改进了 `auditPassDateRange` 的处理逻辑。现在使用 `ValidationUtil` 来检查日期是否为空,并且从 `List<String>` 中提取开始和结束日期。同时,在 `JgUseRegistrationServiceImpl` 中,对分页参数进行了校验,确保 `pageNumber` 不小于 1,并增加了日志记录以方便调试。此外,还调整了 ES 查询中的字段映射和查询条件,使其更加准确。 - 在 `JgTableDataExportServiceImpl` 和 `JgUseRegistrationController` 中,更新了 `auditPassDateRange` 的处理逻辑。 - 在 `JgUseRegistrationServiceImpl` 中,修正了分页参数的默认值设置。 - 增加了 ES 查询的日志记录。 - 调整了 ES 查询中的字段映射和查询条件。 ```
-
- 17 Sep, 2025 2 commits
-
-
suhuiguang authored
1.报检规则联调自测,固定式压力容器,增加按照使用单位进行过滤,否则否则会有多个标签 2.设备选择增加按照使用单位进行过滤
-
suhuiguang authored
1.报检规则联调自测,固定式压力容器,增加按照是否球罐过滤
-
- 16 Sep, 2025 5 commits
-
-
tianbo authored
- 在 JgUseRegistrationController 中添加 queryESForPage 方法- 在 JgUseRegistrationServiceImpl 中实现 queryESForPage 方法 - 新增 EsUseRegistrationInfo 实体类用于 ES 查询 - 新增 EsUseRegistrationInfoDao 接口用于 ES 数据访问 - 在 TZSCommonConstant 中添加 ES索引名称常量
-
suhuiguang authored
1.报检规则联调自测,固定式压力容器,增加按照是否球罐过滤
-
suhuiguang authored
1.报检规则联调自测,固定式压力容器,增加按照是否球罐过滤
-
suhuiguang authored
1.报检规则联调自测,自测bug
-
suhuiguang authored
1.监管业务设备创建时增加是否球罐字段
-
- 15 Sep, 2025 1 commit
-
-
tianbo authored
-
- 12 Sep, 2025 6 commits
-
-
刘林 authored
-
tianbo authored
- 添加过滤条件,只查询 IS_INTO_MANAGEMENT 为 true 的数据 - 使用 filter替代 must 查询,提高查询效率 - 增加重复数据检查,避免序列号重复 - 优化未注册气瓶的判断逻辑 - 添加使用登记证发证登记机关查询
-
tianyiming authored
-
tianyiming authored
-
tianyiming authored
-
刘林 authored
-
- 11 Sep, 2025 5 commits
- 10 Sep, 2025 7 commits
-
-
tianbo authored
- 重构了 getListPage1 查询,使用 WITH 子句优化复杂查询结构 - 将设备过滤条件和公共主表过滤条件分离,提高可读性 - 使用 EXISTS 子查询替代左连接,提升查询性能 - 优化了字符串聚合和类别映射的处理方式 - 调整了排序和分页逻辑,提高查询效率
-
suhuiguang authored
1.报检规则联调自测,定期RBI自测bug
-
suhuiguang authored
1.报检规则联调自测,报检申请表未写入对接单位code
-
tianyiming authored
增加对监管码的模糊查询
-
tianyiming authored
增加对出厂编号、设备代码、96333码查询
-
tianbo authored
-
tianbo authored
- 在 CommonController 中添加 cylinderComplianceCheck 方法,用于校验气瓶是否合规 - 在 CommonServiceImpl 中实现 cylinderComplianceCheck 方法,通过 Elasticsearch 查询气瓶信息并判断合规性 - 在 TmCylinderInfoService 中添加 complianceCheck 方法,用于 OpenAPI 接口调用 - 在 TzsJgServiceFeignClient 中添加 cylinderComplianceCheck 方法的 Feign 接口 - 在 CylinderController 中添加 complianceCheck 接口,供外部调用
-