Commit 6076546f by guominglei

waitingtask往jobtask表添加数据时添加rerunid

parent 30b39e3e
......@@ -241,6 +241,7 @@ public class RunRecordingAndJobTaskServiceImpl implements RunRecordingAndJobTask
target.setTriggerStatus("1");
target.setRunId(waitingRecord.getRunId());
BeanUtils.copyProperties(waitingTask, target);
target.setReRunId(runRecording.getReRunId());
target.setId(null);
target.setTriggerTime(0L);
return target;
......
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