Commit 89a4b368 by huangfusuper

修改立即运行的方式

parent 2333ec01
......@@ -79,6 +79,7 @@ public class JavaNodeExecutorTask implements TimerTask {
request.setParam(communicationParam);
request.setJobName(mythJobTaskSchedule.getNodeName());
request.setExtension(jobTaskRunLogById.getLogId()+"");
jobTaskRunLogById.setLogId(jobTaskRunLogById.getLogId());
PluginRpcResponsePacket pluginRpcResponsePacket = service.runJava(request);
......
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