Commit 85ea5505 by huangfusuper

学机电扩展配置单独拉取

parent 8741925d
......@@ -127,6 +127,7 @@ public class RunRecordingAndJobTaskServiceImpl implements RunRecordingAndJobTask
.failFast(RunRecordingEnum.FAIL_FAST_NO.getCode())
.workspaceId(virFlow.getWorkspaceId())
.repeatTime(mainRecording.getRepeatTime())
.extendedConfiguration(virFlow.getExtendedConfiguration())
.build();
if(repair) {
runRecording.setTriggerTime(mainRecording.getTriggerTime());
......
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