- 18 Dec, 2025 24 commits
-
-
tianbo authored
- 明确指定 SafetyProblemTracing 查询返回的具体字段 - 将 is_delete 的布尔值比较改为字符串比较以匹配数据库存储格式
-
suhuiguang authored
1.自动填充优化
-
suhuiguang authored
1.自动填充优化
-
刘林 authored
-
邢磊 authored
-
tianbo authored
- 添加未处理状态和删除标记过滤条件 - 调整时间范围查询方式,提升性能 - 限制查询结果数量为30条并按时间排序 - 修改组织机构代码匹配逻辑,支持数组查询 - 更新年度统计数据的时间起始计算方法 - 引入日期工具类优化时间处理逻辑
-
刘林 authored
-
刘林 authored
-
tianbo authored
- 将源字段从 "changeRegistrationTransfer.estateUnitCode" 更改为 "changeRegistrationTransfer.transferUseInfo"
-
suhuiguang authored
1.排序问题
-
suhuiguang authored
1.开通审批通过时,按照不同的开通业务类型选择性保存资质
-
tianbo authored
更新统计查询中的时间字段条件 - 将统计查询中的 rec_date 条件更改为 audit_pass_date - 确保统计数据基于审核通过时间进行筛选
-
tianbo authored
- 在 CommonMapper.xml 中为单位类型查询增加 is_delete = '0' 过滤条件,并限制返回一条记录 - 重构维护记录与检验检测信息的子查询结构,提升查询性能和准确性 - 新增对未处理检验超期问题的排除逻辑,避免重复提醒 - 在 EquipChangeDataUpdateServiceImpl 中增加设备状态字段更新逻辑 - 为 IdxBizJgUseInfo 实体类的 equState 字段添加字典编码配置 - 引入 JgUseRegistrationManage 相关服务,实现登记证登记机关信息同步更新
-
suhuiguang authored
1.大屏接口优化
-
刘林 authored
-
suhuiguang authored
1.大屏接口优化
-
tianbo authored
- 将缓存键从 REGULATOR_UNIT_TREE 更改为 ADMINISTRATION_UNIT_TREE - 修正 SingleEquipChangeProcess 中使用旧对象设置接收公司代码的问题
-
suhuiguang authored
1.切换报检机构后。对接机构取值不正确
-
刘林 authored
-
刘林 authored
-
suhuiguang authored
1.后续业务刷库时去掉状态过滤,有3个业务查询逻辑(流程中时没实时查询))有问题适配
-
刘林 authored
-
刘林 authored
-
tianbo authored
- 提取receiveCompanyCode解析逻辑为局部变量_receiveCompanyCode refactor(ymt): 统一使用常量定义监管机构树Redis键值 - 引入BizCommonConstant类中的COMPANY_TREE_REDIS_KEY常量 - 替换硬编码的REGULATOR_UNIT_TREE字符串 - 更新获取和设置监管机构树缓存时使用的键值 - 明确creatTree方法不包含审批局的业务含义
-
- 16 Dec, 2025 1 commit
-
-
刘林 authored
-
- 12 Dec, 2025 1 commit
-
-
tianbo authored
- 将 JGDPStatisticsServiceImpl 中的 date_format 字段替换为 auditPassDate - 更新 JGStatisticsMapper.xml 中的 SQL 查询字段别名 - 确保月度和年度统计逻辑使用正确的日期字段
-
- 11 Dec, 2025 7 commits
-
-
tianbo authored
- 修改 CommonBaseMapper.xml,增加 company_code 非空条件过滤脏数据 - 在 JGDPStatisticsServiceImpl.java 中引入 ConcurrentHashMap 缓存区域机构代码列表 - 新增 getOrgCodeListByRegionCode 方法用于获取缓存或查询机构代码列表 - 替换原有的 regionCode 查询参数为 orgCode 参数传递方式 - 更新各类统计方法实现,统一使用 orgCode 查询替代 cityCode - 调整 mapper 接口定义,删除按年/月拆分的查询接口,合并为时间段查询接口 - 重写 JGStatisticsMapper.xml 中 SQL 查询逻辑,使用 supervision_info 表关联 - 引入公用 SQL 片段 maintenanceCountSql 提高复用性 - 删除冗余 vehicleEquCount 相关查询方法及实现 - 使用 audit_pass_date 字段代替 rec_date 提高准确性 - 统一时间筛选条件格式并支持动态起止时间范围查询 - 添加 FieldMapping 注解支持 cityCode 到 companyCodes 的字段映射转换
-
suhuiguang authored
1.审批通过时不再更新证的信息
-
刘林 authored
-
suhuiguang authored
1.区域统计适配行政审批
-
刘林 authored
-
suhuiguang authored
1.区域统计适配行政审批
-
suhuiguang authored
1.区域统计适配行政审批
-
- 10 Dec, 2025 4 commits
-
-
suhuiguang authored
1.技术参数类型不兼容时,忽略报错字段
-
刘林 authored
-
刘林 authored
-
tianbo authored
- 新增区域编码字段cityCode,用于指定区域 - 添加单位编码列表companyCodes,支持多单位筛选 - 添加NotBlank注解确保区域编码非空校验
-
- 09 Dec, 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.代码还原
-
tianbo authored
- 将DPFilterParamDto和DPFilterParamForDetailDto改为继承DPFilterParamBaseDto - 移除重复的cityCode字段定义,统一由基类管理 - 优化FieldMappingAspect中的字段查找逻辑,支持从父类中查找字段 - 在JGDPStatisticsServiceImpl中增加companyCodes字段映射配置 - 更新XML mapper文件,根据cityCode动态构建companyCodes查询条件 - StCommonServiceImpl中新增getCompanyCodesByRegionCode方法用于获取区域下公司编码列表
-