Skip to content

Commit

Permalink
保存抄送任务,补充注释
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyearn committed Aug 27, 2024
1 parent ffce590 commit 1c1a6a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ public void saveTaskCc(NodeModel nodeModel, FlwTask flwTask, FlowCreator flowCre
// 任务监听器通知
this.taskNotify(EventType.cc, () -> flwHisTask, nodeModel, flowCreator);

// 历史任务参与者数据入库
for (NodeAssignee nodeUser : nodeUserList) {
hisTaskActorDao.insert(FlwHisTaskActor.ofNodeAssignee(nodeUser, flwHisTask.getInstanceId(), flwHisTask.getId()));
}
Expand Down

0 comments on commit 1c1a6a4

Please sign in to comment.