提交 899b1eeb 编写于 作者: zhouweidong's avatar zhouweidong

权限资源调整

上级 963e3967
...@@ -21,7 +21,7 @@ TARGET=PSSYSTEM ...@@ -21,7 +21,7 @@ TARGET=PSSYSTEM
<#if app.getAllPSAppDataEntities?? && app.getAllPSAppDataEntities()??> <#if app.getAllPSAppDataEntities?? && app.getAllPSAppDataEntities()??>
<#list app.getAllPSAppDataEntities() as appde> <#list app.getAllPSAppDataEntities() as appde>
<#assign de=appde.getPSDE()> <#assign de=appde.getPSDE()>
<#if de.getPSDEFieldByPDT('ORGID',true)?? && de.getPSDEFieldByPDT('ORGSECTORID',true)?? && de.getPSDEFieldByPDT('CREATEMAN',true)??> <#--<#if de.getPSDEFieldByPDT('ORGID',true)?? && de.getPSDEFieldByPDT('ORGSECTORID',true)?? && de.getPSDEFieldByPDT('CREATEMAN',true)??>-->
<#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>
...@@ -36,7 +36,7 @@ TARGET=PSSYSTEM ...@@ -36,7 +36,7 @@ TARGET=PSSYSTEM
"datascope":${getDataScope(de)} "datascope":${getDataScope(de)}
} }
</#if> </#if>
</#if> <#--</#if>-->
</#list> </#list>
</#if> </#if>
</#list> </#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册