Commit 43bc09e1 by huangfusuper

删除局部时间调整

parent 47c0c1c6
......@@ -69,7 +69,7 @@ public class ApiNodeServiceImpl implements ApiNodeService {
ValidationUtil.dataNotBank(runNode.getRunCmd(), "运行命令不允许为空!");
ValidationUtil.dataNotBank(runNode.getJobType(), "节点类型不允许为空!");
Long triggerTime = System.currentTimeMillis()+500;
Long triggerTime = System.currentTimeMillis();
JobTaskSchedule schedule = new JobTaskSchedule();
......
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