处理问题

This commit is contained in:
wanggeng888 2021-03-15 22:22:49 +08:00
parent 015f2a1597
commit 234bf5ad81

View File

@ -4,7 +4,9 @@
<resultMap id="${firstLowerTableName}DTO" type="${codePackage}.pojo.dtos.${lowerTableName}.${firstUpperTableName}DTO">
<#list fieldList! as field>
<#if field.listShow>
<result column="${field.columnName}" property="${field.propertyName}"/>
</#if>
</#list>
</resultMap>