Merge branch 'wangliwen'

This commit is contained in:
wangliwen 2022-06-01 17:13:38 +08:00
commit 7924c095ce
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class ActivitiNoticeAspect {
final String eventName = execution.getEventName();
logger.error("执行监听器事件:" + eventName);
switch (eventName) {
case ExecutionListener.EVENTNAME_END: // 节点被委派给某人
case ExecutionListener.EVENTNAME_END: // 流程完成
end_notice(execution, activitiNoticeOperation);
break;
default: