Commit 7f2c988c by huangfusuper

调整时间

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