Commit 2f7bfe9f by huangfusuper

虚节点拉取 完成对补批时间的设定

parent 42d5e309
...@@ -117,6 +117,7 @@ public class RunRecordingAndJobTaskServiceImpl implements RunRecordingAndJobTask ...@@ -117,6 +117,7 @@ public class RunRecordingAndJobTaskServiceImpl implements RunRecordingAndJobTask
.isInner(FlowPropertyEnum.IS_INNER.getCode()) .isInner(FlowPropertyEnum.IS_INNER.getCode())
.failFast(RunRecordingEnum.FAIL_FAST_NO.getCode()) .failFast(RunRecordingEnum.FAIL_FAST_NO.getCode())
.workspaceId(virFlow.getWorkspaceId()) .workspaceId(virFlow.getWorkspaceId())
.repeatTime(mainRecording.getRepeatTime())
.build(); .build();
if(repair) { if(repair) {
runRecording.setOperator(jobTask.getOperator()); runRecording.setOperator(jobTask.getOperator());
......
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