Merge branch 'wangliwen'
This commit is contained in:
commit
7924c095ce
|
@ -99,7 +99,7 @@ public class ActivitiNoticeAspect {
|
||||||
final String eventName = execution.getEventName();
|
final String eventName = execution.getEventName();
|
||||||
logger.error("执行监听器事件:" + eventName);
|
logger.error("执行监听器事件:" + eventName);
|
||||||
switch (eventName) {
|
switch (eventName) {
|
||||||
case ExecutionListener.EVENTNAME_END: // 节点被委派给某人
|
case ExecutionListener.EVENTNAME_END: // 流程完成
|
||||||
end_notice(execution, activitiNoticeOperation);
|
end_notice(execution, activitiNoticeOperation);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue