- 04 Jul, 2025 20 commits
-
-
tianyiming authored
-
tianyiming authored
-
suhuiguang authored
-
韩桐桐 authored
-
韩桐桐 authored
-
韩桐桐 authored
-
刘林 authored
-
刘林 authored
-
刘林 authored
-
suhuiguang authored
1.企业联系人分字段取错
-
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.企业、单位、人员增加
-
tianyiming authored
-
麻笑宇 authored
- 将异常信息从 "该条件需要优先选择设备种类,再进行尝试" 修改为 "需要先选择设备品种,才能选择技术参数" - 优化了用户体验,使错误提示更加清晰明了
-
麻笑宇 authored
- 在 queryTechParam 方法中增加了对 type 参数的空值检查 - 如果 type 参数为空,抛出 BadRequest 异常,提示用户需要先选择设备种类 -这个修改提高了系统稳定性,避免了空指针异常的发生
-
tianyiming authored
-
麻笑宇 authored
- 在 CompanyAdvanceSearchEnum 中新增 USEUNIT 枚举项 - 用于企业名称的高级搜索
-
麻笑宇 authored
-
麻笑宇 authored
-
麻笑宇 authored
- 将 queryCertNo 方法的循环次数从 2次增加到 3 次 - 将 queryExpiryDate 方法的循环次数从 2次增加到 3次
-
- 03 Jul, 2025 20 commits
-
-
yangyang authored
-
yangyang authored
- 修复公司组织代码更新逻辑,确保正确更新 tz_base_enterprise_info 表中的数据 - 优化代码结构,提高可读性和维护性
-
麻笑宇 authored
- 将创建时间区间拆分为开始时间和结束时间,提高查询灵活性 -增加对监管标签的精确处理,支持"无标签"查询 - 优化地址、设备类型等查询条件
-
yangyang authored
- 在 TzBaseEnterpriseInfo 模型中添加 orgCode 字段 - 新增 TzBaseEnterpriseInfoMapper 接口中的 updateSubCompanyOrgCode 方法 - 在 ITzBaseEnterpriseInfoService 接口中添加 refreshCompanyInfo 方法 - 实现 TzBaseEnterpriseInfoServiceImpl 中的 refreshCompanyInfo 方法 - 在 PlatformUserTopicMessage 中调用 refreshCompanyInfo 方法处理公司信息更新
-
yangyang authored
- 在 TzBaseEnterpriseInfo 模型中添加 orgCode 字段 - 新增 TzBaseEnterpriseInfoMapper 接口中的 updateSubCompanyOrgCode 方法 - 在 ITzBaseEnterpriseInfoService 接口中添加 refreshCompanyInfo 方法 - 实现 TzBaseEnterpriseInfoServiceImpl 中的 refreshCompanyInfo 方法 - 在 PlatformUserTopicMessage 中调用 refreshCompanyInfo 方法处理公司信息更新
-
yangyang authored
Merge branch 'develop_tzs_register' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_register
-
tianyiming authored
-
yangyang authored
- 在 TzBaseEnterpriseInfo 模型中添加 orgCode 字段 - 新增 TzBaseEnterpriseInfoMapper 接口中的 updateSubCompanyOrgCode 方法 - 在 ITzBaseEnterpriseInfoService 接口中添加 refreshCompanyInfo 方法 - 实现 TzBaseEnterpriseInfoServiceImpl 中的 refreshCompanyInfo 方法 - 在 PlatformUserTopicMessage 中调用 refreshCompanyInfo 方法处理公司信息更新
-
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.企业、单位、人员增加
-
麻笑宇 authored
- 新增设计单位类型静态变量 - 在统计方法中增加设计单位数量统计
-
麻笑宇 authored
- 在 EnterpriseBizMapper.xml 中添加创建时间范围筛选条件 - 在 TzBaseEnterpriseInfoDto 中添加 createDate 和 createDateRange 字段 - 优化 SQL 查询条件,支持按创建时间区间筛选企业信息
-
麻笑宇 authored
- 新增 queryCertNo 和 queryExpiryDate 接口,用于查询有无资质和资质状态 - 实现对应的后端方法,返回资质相关数据 - 更新前端枚举,使用新的资质搜索字段
-
tianyiming authored
-
韩桐桐 authored
-
韩桐桐 authored
-
suhuiguang authored
1.、数据同步增加删除逻辑
-
suhuiguang authored
# Conflicts: # amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgVehicleInformationServiceImpl.java # amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/biz/service/impl/TzBaseEnterpriseInfoServiceImpl.java # amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/flc/biz/service/impl/RegUnitInfoServiceImpl.java
-
suhuiguang authored
# Conflicts: # amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgVehicleInformationServiceImpl.java # amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/biz/service/impl/TzBaseEnterpriseInfoServiceImpl.java # amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/flc/biz/service/impl/RegUnitInfoServiceImpl.java
-
suhuiguang authored
1.、数据同步增加删除逻辑
-