查询优化

This commit is contained in:
liang.chao 2025-07-25 17:52:29 +08:00
parent 99647f642e
commit 5487ae47ce
1 changed files with 3 additions and 5 deletions

View File

@ -117,9 +117,7 @@
n.id as node_id,
n.node_name,
n.level AS node_level,
n.node_count AS node_count_detail,
m.model_url
FROM tb_project p
@ -136,9 +134,9 @@
) m ON m.project_id = n.id
WHERE p.del_flag = '0'
<if test="proName != null and proName != ''">
AND p.pro_name like concat('%',#{proName},'%')
</if>
</select>
<select id="openView" resultType="com.bonus.waterdesign.domain.CadData">
SELECT