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

补充有效逻辑

上级 8290978f
......@@ -531,7 +531,7 @@ public class DELogicAspect {
<#list deaction.getBeforePSDEActionLogics() as beforeLogic>
<#if (beforeLogic.isValid()==true && beforeLogic.isInternalLogic() && beforeLogic.getPSDELogic().isEnableBackend()) ||
(beforeLogic.getDstPSDE()!'')!='' && (beforeLogic.getDstPSDEAction()!'')!='' && beforeLogic.getDstPSDEAction().isEnableBackend() >
validLogic.put("${(de.codeName+deaction.codeName)?lower_case}before.bpmn", 1);
validLogic.put("${(dataEntity.codeName+deaction.codeName)?lower_case}before.bpmn", 1);
</#if>
</#list>
</#if>
......@@ -540,13 +540,13 @@ public class DELogicAspect {
<#list deaction.getAfterPSDEActionLogics() as afterLogic>
<#if (afterLogic.isValid()==true && afterLogic.isInternalLogic() && afterLogic.getPSDELogic().isEnableBackend()) ||
(afterLogic.getDstPSDE()!'')!='' && (afterLogic.getDstPSDEAction()!'')!='' && afterLogic.getDstPSDEAction().isEnableBackend() >
validLogic.put("${(de.codeName+deaction.codeName)?lower_case}after.bpmn", 1);
validLogic.put("${(dataEntity.codeName+deaction.codeName)?lower_case}after.bpmn", 1);
</#if>
</#list>
</#if>
<#comment>行为调用逻辑</#comment>
<#if deaction.getActionType() =='DELOGIC' && deaction.getPSDELogic().isEnableBackend()>
validLogic.put("${(de.codeName+deaction.codeName)?lower_case}exec.bpmn", 1);
validLogic.put("${(dataEntity.codeName+deaction.codeName)?lower_case}exec.bpmn", 1);
</#if>
</#list>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册