- 28 Sep, 2025 1 commit
-
-
tianyiming authored
-
- 26 Sep, 2025 3 commits
- 25 Sep, 2025 4 commits
-
-
刘林 authored
-
tianbo authored
- 在EquipClaimServiceImpl中实现出厂编号的模糊查询逻辑 - 使用match_phrase进行精确匹配以提高查询准确性
-
tianyiming authored
-
tianyiming authored
-
- 24 Sep, 2025 2 commits
-
-
tianyiming authored
-
tianbo authored
- 在RegUnitInfoServiceImpl中引入UnitTypeEnum枚举 - 添加默认企业标签配置项defaultRegulatoryLabels- 为事业单位类型单位自动设置默认企业标签 - 移除TzBaseEnterpriseInfo中regulatoryLabels字段的更新策略限制
-
- 23 Sep, 2025 1 commit
-
-
tianbo authored
- 引入RedisUtil依赖用于记录异常信息 - 当企业主体appId生成异常时,记录详细用户信息到Redis - 当个人主体appId生成异常时,记录详细用户信息到Redis - 避免因appId生成失败导致服务中断
-
- 22 Sep, 2025 2 commits
- 19 Sep, 2025 3 commits
- 17 Sep, 2025 1 commit
-
-
刘林 authored
-
- 16 Sep, 2025 1 commit
-
-
刘林 authored
-
- 15 Sep, 2025 2 commits
- 12 Sep, 2025 5 commits
-
-
刘林 authored
-
tianyiming authored
-
tianyiming authored
-
tianyiming authored
-
刘林 authored
-
- 11 Sep, 2025 4 commits
- 10 Sep, 2025 6 commits
-
-
tianbo authored
- 重构了 getListPage1 查询,使用 WITH 子句优化复杂查询结构 - 将设备过滤条件和公共主表过滤条件分离,提高可读性 - 使用 EXISTS 子查询替代左连接,提升查询性能 - 优化了字符串聚合和类别映射的处理方式 - 调整了排序和分页逻辑,提高查询效率
-
tianyiming authored
增加对监管码的模糊查询
-
tianyiming authored
增加对出厂编号、设备代码、96333码查询
-
刘林 authored
-
刘林 authored
-
刘林 authored
-
- 09 Sep, 2025 3 commits
-
-
tianbo authored
新增 CommonRegionDto 类,用于表示通用区域信息。包含以下字段: - 区域代码(indexCode) -父级区域代码(parentIndexCode) - 区域代码(摄像头所属企业统一信用代码)(useUnitCode)
-
tianbo authored
- 修改 CompanyLevelEnum,增加 COMPANY 枚举项 - 重命名 refreshCompanyOrgCode 方法为 refreshSupervisionOrgCode
-
tianbo authored
refactor(amos-boot): 优化视频服务和组织代码更新逻辑- 在 BaseEnterpriseVideoServiceImpl 中添加 getAllRegionInfo 方法,用于获取区域详细信息 - 修改 HistoryDataDealServiceImpl 中的 orgCode 更新逻辑,使用新方法查询监管单位信息- 更新 TzBaseEnterpriseInfoMapper 接口,增加 companyLevel 参数 - 修改 TzBaseEnterpriseInfoMapper.xml,根据 companyLevel 决定是否更新 org_code
-
- 08 Sep, 2025 1 commit
-
-
tianbo authored
- 在 convertContent 方法中添加 removeControlCharsManual 函数调用 - 新增 removeControlCharsManual 方法,手动移除控制字符 - 保留了换行符、回车符和制表符
-
- 05 Sep, 2025 1 commit
-
-
刘林 authored
-