模版编制的相关实现
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user