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

bug fixed(appde->apide)

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