Commit 5bbfd498 by huangfusuper

资源拉取压缩

parent 81d437da
......@@ -46,9 +46,9 @@ public class RunScriptProcessingMachine implements ProcessingMachine {
});
MythJobProcess mythJobProcess;
if(isRunNode) {
mythJobProcess = new MythJobProcess(newCmdList, null, null, scriptDto.getLogId(), stringRedisTemplate);
mythJobProcess = new MythJobProcess(newCmdList, null, scriptDto.getTempDir(), scriptDto.getLogId(), stringRedisTemplate);
}else {
mythJobProcess = new MythJobProcess(newCmdList, null, null, scriptDto.getLogId(), null);
mythJobProcess = new MythJobProcess(newCmdList, null, scriptDto.getTempDir(), scriptDto.getLogId(), null);
}
//保存日志
......
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