Commit 09c58301 by huangfusuper

修复bug虚节点不跟随主工作流

parent 04426090
......@@ -131,6 +131,7 @@ public class RunRecordingAndJobTaskServiceImpl implements RunRecordingAndJobTask
}
BeanUtils.copyProperties(node, task);
task.setTriggerTime(mainRecording.getTriggerTime());
if (equals) {
task.setTriggerTime(mainRecording.getTriggerTime());
} else if (virFlag) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment