模版编制的相关实现

This commit is contained in:
潘荣晟
2025-09-24 15:57:05 +08:00
parent 4b629100de
commit 08e3b37e52
11 changed files with 265 additions and 46 deletions

View File

@@ -26,7 +26,7 @@
<select id="getField" resultType="com.zt.plat.module.base.controller.admin.templtp.vo.TmplFldRespVO">
SELECT f.*
FROM BIZ_TMPL_TP_FLD f
FROM BSE_TMPL_TP_FLD f
INNER JOIN BSE_TMPL_FLD_REL r ON f.ID = r.TP_FLD_ID
INNER JOIN BSE_TMPL_TP t ON r.TMPL_TP_ID = t.ID
WHERE f.DELETED = '0'