以大代小,维修导入,费用补录

This commit is contained in:
hongchao 2025-11-19 10:49:02 +08:00
parent a2741fed32
commit ad145e86c9
2 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,7 @@ spring:
discovery:
# 服务注册地址
server-addr: 192.168.0.56:8848
namespace: sgzb_cloud_cq_dev
namespace: sgzb_cloud_dev_cqjj
config:
# 配置中心地址
server-addr: 192.168.0.56:8848

View File

@ -117,8 +117,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
mt.type_id
) AS subquery0 ON subquery0.type_id = mt.type_id
WHERE mt.del_flag = '0'
AND mt.parent_id = #{id}
and mt.type_id != #{typeId}
AND mt.parent_id IN (SELECT type_id FROM ma_type WHERE parent_id = #{id})
and mt.level = '4'
</select>
<!--数据字典下拉选-->