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

处理逻辑启动工作流

上级 f669ffc1
......@@ -32,6 +32,10 @@ global java.util.Map ${logicName+logicParam.codeName?lower_case};
</#if>
</#list>
</#if>
<#comment>插入wfclient</#comment>
<#if startWF>
global ${pub.getPKGCodeName()}.util.client.IBZWFFeignClient wfClient;
</#if>
<#comment>插入处理逻辑中所用到的service对象</#comment>
<#if delogic.getPSDELogicNodes?? && delogic.getPSDELogicNodes()??>
<#list delogic.getPSDELogicNodes() as deLogicNode>
......@@ -45,11 +49,9 @@ global ${pub.getPKGCodeName()}.core.${DstPSDataEntity.getPSSystemModule().codeNa
<#comment>插入当前实体的defaultService对象,供自定义查询使用</#comment>
global ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().codeName?lower_case}.service.I${de.codeName}Service iBzSys${de.codeName?lower_case?cap_first}DefaultService;
global ${pub.getPKGCodeName()}.util.security.AuthenticationUser curuser;
<#if startWF>
global ${pub.getPKGCodeName()}.util.client.IBZWFFeignClient wfClient;
</#if>
</#if>
no-loop
<#if delogic.getPSDELogicNodes?? && delogic.getPSDELogicNodes()??>
<#list delogic.getPSDELogicNodes() as deLogicNode>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册