- 10 Sep, 2025 4 commits
-
-
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 4 commits
-
-
刘林 authored
-
tianbo authored
- 将 /handleCompanyHisOrgCode 的 httpMethod 从 "PUT" 修改为 "POST" - 将 /handleCompanyAppId 的 httpMethod 从 "PUT" 修改为 "POST"
-
http://39.100.92.250:5000/moa/amos-boot-biz…suhuiguang authored
Merge branch 'develop_tzs_bugfix' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_bugfix
-
suhuiguang authored
1.开通消息展示appId,relationId调整为原始
-
- 04 Sep, 2025 3 commits
- 03 Sep, 2025 4 commits
- 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 4 commits