提交 bbacc224 编写于 作者: TANGYAOLONG's avatar TANGYAOLONG

修复mapping与set不一致问题

上级 cbeee702
......@@ -17,7 +17,7 @@ public interface ${de.codeName}${item.codeName} {
@Mapping(target = "${keyFieldName}", source = "${keyFieldName}"),
<#list item.getPSDEDataImportItems() as importItem>
<#if importItem.getPSDEField()?? && importItem.getPSDEField().isKeyDEField()==false>
<#assign deFieldName = srfr7templcaseformat(importItem.getPSDEField().getCodeName())>
<#assign deFieldName = srfr7templcaseformat(importItem.getPSDEField().getCodeName())?cap_first>
@Mapping(target = "${deFieldName}", source = "${deFieldName}"),
</#if>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册