Commit 520658ba by huangfusuper

修复补批BUG

parent cdf79dd0
......@@ -204,6 +204,7 @@ public class RunRecordingAndJobTaskServiceImpl implements RunRecordingAndJobTask
target.setTriggerStatus("1");
target.setRunId(waitingRecord.getRunId());
BeanUtils.copyProperties(waitingTask, target);
target.setId(null);
return target;
}).collect(Collectors.toList());
jobTaskService.saveJobTasks(jobTasks);
......
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