提交 981818d7 编写于 作者: zhouweidong's avatar zhouweidong

bug fixed(appde->apide)

上级 0fe29b3b
...@@ -14,13 +14,17 @@ TARGET=PSSYSTEM ...@@ -14,13 +14,17 @@ TARGET=PSSYSTEM
</#list> </#list>
</#if> </#if>
], ],
<#if sys.getAllPSApps()??> <#if sys.getAllPSDataEntities()??>
<#assign ct=0> <#assign ct=0>
"entities":[ "entities":[
<#list sys.getAllPSApps() as app> <#list sys.getAllPSDataEntities() as de>
<#if app.getAllPSAppDataEntities?? && app.getAllPSAppDataEntities()??> <#if de.getAllPSDEServiceAPIs?? && de.getAllPSDEServiceAPIs()??>
<#list app.getAllPSAppDataEntities() as appde> <#assign hasDEApi=false>
<#assign de=appde.getPSDE()> <#list de.getAllPSDEServiceAPIs() as deapi>
<#assign hasDEApi=true>
<#break>
</#list>
<#if hasDEApi>
<#if !P.exists(de.getCodeName(),"")> <#if !P.exists(de.getCodeName(),"")>
<#if (ct>0)> <#if (ct>0)>
,</#if><#assign ct=ct+1> ,</#if><#assign ct=ct+1>
...@@ -35,7 +39,7 @@ TARGET=PSSYSTEM ...@@ -35,7 +39,7 @@ TARGET=PSSYSTEM
"datascope":${getDataScope(de)} "datascope":${getDataScope(de)}
} }
</#if> </#if>
</#list> </#if>
</#if> </#if>
</#list> </#list>
], ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册