Commit 8388512b by huangfusuper

完善界面的接口及部分BUG修改

parent 91e6232b
......@@ -77,6 +77,10 @@ public class ScheduleThreadRunHelper extends BaseThreadRunHelper {
log.debug("------节点{},开始构建脚本执行器-------",mythJobTaskSchedule);
//构建脚本调度执行器
timerTask = new ScriptExecutorJobTask(mythJobTaskSchedule);
} else if (NodeTypeEnum.SQL.getCode().equals(mythJobTaskSchedule.getJobType())){
log.debug("------节点{},开始构建脚本执行器-------",mythJobTaskSchedule);
//构建脚本调度执行器
timerTask = new ScriptExecutorJobTask(mythJobTaskSchedule);
}
//TODO 有个坑 如果这个类型不存在的话 这个节点就不会被执行和删除 有没有办法能够强制必须有类型呢?
if(timerTask != 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