Commit c1c0baaa by huangfusuper

日志合并

parent 9baa3c88
...@@ -106,7 +106,7 @@ public class JavaFlowFreeTaskCallbackThread implements Runnable { ...@@ -106,7 +106,7 @@ public class JavaFlowFreeTaskCallbackThread implements Runnable {
} }
} }
} }
mythJobTaskRunLogService.saveJobTaskRunLog(jobTaskRunLog); mythJobTaskRunLogService.updateJobTaskRunLogWithBLOBs(jobTaskRunLog);
} }
public JobTaskRunLogWithBLOBs buildJobTaskRunLogWithBLOBs(SpecialJavaNode specialJavaNode) throws IOException { public JobTaskRunLogWithBLOBs buildJobTaskRunLogWithBLOBs(SpecialJavaNode specialJavaNode) throws IOException {
......
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