1、修改bug

This commit is contained in:
潘荣晟
2025-10-28 17:52:42 +08:00
parent 1f68b47345
commit 475609b3b2
10 changed files with 22 additions and 10 deletions

View File

@@ -21,6 +21,7 @@
AND rel.DELETED = 0
AND tp.DELETED = 0
AND tp.id = #{id}
and itm.sts=1
</select>
<select id="getField" resultType="com.zt.plat.module.base.controller.admin.templtp.vo.TmplFldRespVO">
@@ -33,6 +34,7 @@
AND r.DELETED = '0'
AND t.DELETED = '0'
AND t.id = #{id}
AND f.sts=1
ORDER BY t.SRT, f.FLD_KY
</select>