mapper模板问题
This commit is contained in:
parent
a02eda5349
commit
8c0685e5d2
@ -203,7 +203,7 @@
|
|||||||
${r"#{"}${firstLowerTableName}${r"Ids[${index}]}"}
|
${r"#{"}${firstLowerTableName}${r"Ids[${index}]}"}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<#if isCheckboxExist == 'exist'>
|
<#if isCheckboxExist?? && isCheckboxExist == "exist">
|
||||||
GROUP BY
|
GROUP BY
|
||||||
<#list fieldList! as field>
|
<#list fieldList! as field>
|
||||||
<#if field.listShow == 1>
|
<#if field.listShow == 1>
|
||||||
|
Loading…
Reference in New Issue
Block a user