- 18 Dec, 2025 8 commits
-
-
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 9 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方法用于获取区域下公司编码列表
-
刘林 authored
-
刘林 authored
-
tianbo authored
- 在 CommonBaseMapper 中增加 selectCompanyCodeByRegionCode 方法 - 在 CommonBaseMapper.xml 中实现递归查询公司编码的 SQL 逻辑 - 在 StCommonServiceImpl 中增加 regionCodeCompanyCodeMap 缓存并实现查询逻辑 - 车用气瓶登记生成证号使用区域code - 监管查询-使用登记列表筛选接受机构条件优化
-
刘林 authored
-
suhuiguang authored
1.注销报废刷已完成状态证详情json登记机关 2.一转变更登记已完成状态证详情json登记机关 3.单位变更登记已完成状态证详情json登记机关 4.更名变更登记已完成状态证详情json登记机关
-
刘林 authored
-
- 08 Dec, 2025 6 commits
-
-
刘林 authored
-
tianbo authored
- 在CommonServiceImpl中使用区域代码替换机构代码生成注册码 - 统一将receiveOrgCode字段重命名为receiveCompanyCode - 更新XML Mapper中的查询逻辑以限制返回结果数量 - 修改多个服务类中对机构代码的处理方式,确保一致性 - 调整DTO对象属性名称以匹配新的业务含义 - 引入CodeUtil工具类用于获取城市区域代码
-
刘林 authored
-
suhuiguang authored
1.解决历史无证设备一级撤回后,再提交节点到二级审核,应该到安全监察
-
刘林 authored
-
tianbo authored
-
- 05 Dec, 2025 4 commits
-
-
tianbo authored
-
tianbo authored
- 删除 CommonMapper 中冗余的 selectCityCompanyCode 方法 - 移除 JgCertificateReplenishServiceImpl 中的 JG_COMAPNY_TYPE 常量 - 移除 JgChangeRegistrationNameServiceImpl 中的 JG_COMAPNY_TYPE 常量 - 使用 BaseController.COMPANY_TYPE_COMPANY 替代硬编码的公司类型判断 - 在 ShCarEquServiceImpl 中引入 companyLevel 变量优化条件判断 - 在 TzBaseEnterpriseInfoServiceImpl 中使用 companyLevel 进行类型判断 - 统一使用 level 字段进行机构类型判断,提高代码一致性
-
tianbo authored
-
tianbo authored
- 在CommonEquipDataProcessService中添加loginUnitType字段返回 - 调整CommonServiceImpl中getSelectedOrgInfo方法为public - IdxBizJgRegisterInfoServiceImpl中增加维保信息解析与保存逻辑 - JgUseRegistrationServiceImpl中完善历史设备维保信息更新机制 - 优化施工信息单位名称及信用代码的设置逻辑
-