提交 7219c4d4 编写于 作者: zhouweidong's avatar zhouweidong

补充统一资源

上级 61cdd277
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
TARGET=PSSYSTEM TARGET=PSSYSTEM
</#ibiztemplate> </#ibiztemplate>
{ {
"unires:"[ "unires":[
<#if sys.getAllPSSysUniReses()??> <#if sys.getAllPSSysUniReses()??>
<#list sys.getAllPSSysUniReses() as unires> <#list sys.getAllPSSysUniReses() as unires>
<#if unires_index gt 0>,</#if> <#if unires_index gt 0>,</#if>
{ {
"uniresid:":"${unires.getResCode()}", "uniresid":"${unires.getResCode()}",
"uniresname":"${unires.getName()}", "uniresname":"${unires.getName()}",
} }
</#list> </#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册