提交 9c41412a 编写于 作者: tony001's avatar tony001

2020.8.9 提交日志 --- fix1

上级 11d3f9ab
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}', prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>',
dataType: 'FONTKEY', dataType: 'FONTKEY',
}, },
</#if> </#if>
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}', prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>',
dataType: 'FONTKEY', dataType: 'FONTKEY',
}, },
</#if> </#if>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}' prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>'
}, },
</#if> </#if>
</#list> </#list>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}', prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>',
dataType: 'FONTKEY', dataType: 'FONTKEY',
}, },
</#if> </#if>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}' prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>'
}, },
</#if> </#if>
</#list> </#list>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}' prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>'
}, },
</#if> </#if>
</#list> </#list>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}' prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>'
}, },
</#if> </#if>
</#list> </#list>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}', prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>',
dataType: 'FONTKEY', dataType: 'FONTKEY',
}, },
</#if> </#if>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}' prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>'
}, },
</#if> </#if>
</#list> </#list>
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() /> <#assign majorAppDataEntity = minorAppDERSs.getMajorPSAppDataEntity() />
{ {
name: '${majorAppDataEntity.getCodeName()?lower_case}', name: '${majorAppDataEntity.getCodeName()?lower_case}',
prop: '${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}', prop: '<#if majorAppDataEntity.getPSDER1N?? && majorAppDataEntity.getPSDER1N()??>${majorAppDataEntity.getPSDER1N().getPSPickupDEField().getCodeName()?lower_case}<#else>${majorAppDataEntity.getKeyPSAppDEField().getCodeName()?lower_case}</#if>',
dataType: 'FONTKEY', dataType: 'FONTKEY',
}, },
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册