mapper模板问题

This commit is contained in:
wenc000 2020-05-11 16:55:52 +08:00
parent a02eda5349
commit 8c0685e5d2

View File

@ -203,7 +203,7 @@
${r"#{"}${firstLowerTableName}${r"Ids[${index}]}"}
</foreach>
</if>
<#if isCheckboxExist == 'exist'>
<#if isCheckboxExist?? && isCheckboxExist == "exist">
GROUP BY
<#list fieldList! as field>
<#if field.listShow == 1>