mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-08-28 22:37:12 +00:00
fix 修复 多节点提交任务 变量覆盖问题
This commit is contained in:
+2
-1
@@ -92,7 +92,8 @@ public class WorkflowGlobalListener implements GlobalListener {
|
||||
bo.setNickName(nickNameMap.getOrDefault(id, StringUtils.EMPTY));
|
||||
return bo;
|
||||
});
|
||||
variable.put(FlowConstant.FLOW_COPY_LIST, list);
|
||||
// 节点配置仅作为默认值,保留本次办理显式提交的抄送人或空名单。
|
||||
variable.putIfAbsent(FlowConstant.FLOW_COPY_LIST, list);
|
||||
}
|
||||
if (CollUtil.isNotEmpty(nodeExt.getVariables())) {
|
||||
variable.putAll(nodeExt.getVariables());
|
||||
|
||||
Reference in New Issue
Block a user