提交 57d8ece8 编写于 作者: tony001's avatar tony001

完善索引实体新建后续逻辑 ---fix1

上级 0e646bd3
...@@ -58,9 +58,9 @@ ...@@ -58,9 +58,9 @@
<#list viewlogic.getNewDataPSAppViews() as newDataAppView> <#list viewlogic.getNewDataPSAppViews() as newDataAppView>
<#compress>${newDataAppView.getRefMode()}: <#compress>${newDataAppView.getRefMode()}:
<#if newDataAppView.isPSDEView()> <#if newDataAppView.isPSDEView()>
<#assign appDataEntity = newDataAppView.getPSAppDataEntity()> <#assign appDataEntity = newDataAppView.getPSAppDataEntity() />
[{ pathName: '${srfpluralize(appDataEntity.codeName)?lower_case}', parameterName: '${appDataEntity.getCodeName()?lower_case}' }] [{ pathName: '${srfpluralize(appDataEntity.codeName)?lower_case}', parameterName: '${appDataEntity.getCodeName()?lower_case}' }]
<#else>[]</#if><#if newDataAppView_has_next>,</#if><#compress> <#else>[]</#if><#if newDataAppView_has_next>,</#if></#compress>
</#list> </#list>
}; };
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册