提交 34748d33 编写于 作者: KK's avatar KK

删除多余代码

上级 c09e135e
......@@ -11,10 +11,7 @@ TARGET=PSSYSAPP
"appCodeName":"${appDataEntity.getCodeName()}",
"appName":"${appDataEntity.getLogicName()}",
"portletCodeName": "${appdePortlet.getCodeName()}",
"portletName": "${appdePortlet.getName()}",
"groupCodeName":"<#if appdePortlet.getPSAppPortletCat()??>${appdePortlet.getPSAppPortletCat().getCodeName()}</#if>",
"groupName":"<#if appdePortlet.getPSAppPortletCat()??>${appdePortlet.getPSAppPortletCat().getName()}</#if>",
<#if appdePortlet.getPSSysPortlet?? && appdePortlet.getPSSysPortlet()??>"portletTYpe":"${appdePortlet.getPSSysPortlet().getPortletType()}","componentName":"${srffilepath2(appDataEntity.getCodeName())}-${srffilepath2(appdePortlet.getPSSysPortlet().getCodeName())}-portlet"</#if>},
"portletName": "${appdePortlet.getName()}"
</#if>
</#list>
</#if>
......@@ -29,19 +26,13 @@ TARGET=PSSYSAPP
"appCodeName":"${appDataEntity.getCodeName()}",
"appName":"${appDataEntity.getLogicName()}",
"portletCodeName": "${appPortlet.getCodeName()}",
"portletName": "${appPortlet.getName()}",
"groupCodeName":"<#if appPortlet.getPSAppPortletCat()??>${appPortlet.getPSAppPortletCat().getCodeName()}</#if>",
"groupName":"<#if appPortlet.getPSAppPortletCat()??>${appPortlet.getPSAppPortletCat().getName()}</#if>",
<#if appPortlet.getPSSysPortlet?? && appPortlet.getPSSysPortlet()??>"portletTYpe":"${appPortlet.getPSSysPortlet().getPortletType()}","componentName":"app-${srffilepath2(appDataEntity.getCodeName())}-${srffilepath2(appPortlet.getPSSysPortlet().getCodeName())}-portlet"</#if>}<#if appPortlet_has_next>,</#if>
"portletName": "${appPortlet.getName()}"
<#else>
{"type":"app",
"appCodeName":"${app.getPKGCodeName()}",
"appName":"${app.getName()}",
"portletCodeName": "${appPortlet.getCodeName()}",
"portletName": "${appPortlet.getName()}",
"groupCodeName":"<#if appPortlet.getPSAppPortletCat()??>${appPortlet.getPSAppPortletCat().getCodeName()}</#if>",
"groupName":"<#if appPortlet.getPSAppPortletCat()??>${appPortlet.getPSAppPortletCat().getName()}</#if>",
<#if appPortlet.getPSSysPortlet?? && appPortlet.getPSSysPortlet()??>"portletTYpe":"${appPortlet.getPSSysPortlet().getPortletType()}","componentName":"app-${srffilepath2(appPortlet.getPSSysPortlet().getCodeName())}-portlet"</#if>}<#if appPortlet_has_next>,</#if>
"portletName": "${appPortlet.getName()}"
</#if>
</#if>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册