fix:【bpm工作流】BpmProcessInstanceCopyServiceImpl抄送时参数顺序错误的问题
parent
5ede07de09
commit
9b891ecf3c
|
|
@ -54,7 +54,7 @@ public class BpmProcessInstanceCopyServiceImpl implements BpmProcessInstanceCopy
|
||||||
}
|
}
|
||||||
// 执行抄送
|
// 执行抄送
|
||||||
createProcessInstanceCopy(userIds, reason,
|
createProcessInstanceCopy(userIds, reason,
|
||||||
task.getProcessInstanceId(), task.getTaskDefinitionKey(), task.getId(), task.getName());
|
task.getProcessInstanceId(), task.getTaskDefinitionKey(), task.getName(), task.getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue