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

行为附加逻辑优化

上级 861e101a
...@@ -12,7 +12,7 @@ TARGET=PSDEACTION ...@@ -12,7 +12,7 @@ TARGET=PSDEACTION
<#assign hasAfterLogic=true> <#assign hasAfterLogic=true>
<#assign dataentity = afterlogic.getDstPSDE()> <#assign dataentity = afterlogic.getDstPSDE()>
<#if !P.exists("refservice",dataentity+"service")> <#if !P.exists("refservice",dataentity+"service")>
global ${pub.getPKGCodeName()}.core.${dataentity.getPSSystemModule().codeName?lower_case}.service.I${dataentity.codeName}Service ${dataentity.codeName}service; global ${pub.getPKGCodeName()}.core.${dataentity.getPSSystemModule().codeName?lower_case}.service.I${dataentity.codeName}Service ${srfcaseformat(dataentity.getCodeName(),'l_u2lC')}Service;
</#if> </#if>
</#if> </#if>
</#if> </#if>
......
...@@ -12,7 +12,7 @@ TARGET=PSDEACTION ...@@ -12,7 +12,7 @@ TARGET=PSDEACTION
<#assign hasBeforeLogic=true> <#assign hasBeforeLogic=true>
<#assign dataentity = beforelogic.getDstPSDE()> <#assign dataentity = beforelogic.getDstPSDE()>
<#if !P.exists("refservice",dataentity+"service")> <#if !P.exists("refservice",dataentity+"service")>
global ${pub.getPKGCodeName()}.core.${dataentity.getPSSystemModule().codeName?lower_case}.service.I${dataentity.codeName}Service ${dataentity.codeName}service; global ${pub.getPKGCodeName()}.core.${dataentity.getPSSystemModule().codeName?lower_case}.service.I${dataentity.codeName}Service ${srfcaseformat(dataentity.getCodeName(),'l_u2lC')}Service;
</#if> </#if>
</#if> </#if>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册