处理问题

This commit is contained in:
wanggeng888 2021-03-15 22:20:52 +08:00
parent 4cb68bd4bd
commit 015f2a1597

View File

@ -188,11 +188,7 @@
t1.${field.columnName},
</#if>
</#list>
<#if hasIsDelete>
t1.is_delete = 0
<#else>
1 = 1
</#if>
1
FROM
${tableFullName} t1
WHERE