1、修改bug
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user