处理问题
This commit is contained in:
parent
015f2a1597
commit
234bf5ad81
@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
<resultMap id="${firstLowerTableName}DTO" type="${codePackage}.pojo.dtos.${lowerTableName}.${firstUpperTableName}DTO">
|
<resultMap id="${firstLowerTableName}DTO" type="${codePackage}.pojo.dtos.${lowerTableName}.${firstUpperTableName}DTO">
|
||||||
<#list fieldList! as field>
|
<#list fieldList! as field>
|
||||||
|
<#if field.listShow>
|
||||||
<result column="${field.columnName}" property="${field.propertyName}"/>
|
<result column="${field.columnName}" property="${field.propertyName}"/>
|
||||||
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user