Skip to content

Commit

Permalink
Merge pull request aizuda#6 from zmxccxy/main
Browse files Browse the repository at this point in the history
保存抄送任务,补充注释
  • Loading branch information
qmdx authored Aug 27, 2024
2 parents 7efb24e + 2d18e27 commit d3d9dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ public void saveTaskCc(NodeModel nodeModel, FlwTask flwTask, FlowCreator flowCre
flwHisTask.calculateDuration();
hisTaskDao.insert(flwHisTask);

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

0 comments on commit d3d9dde

Please sign in to comment.