mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:23:11 +08:00
feat: 任务管理
This commit is contained in:
@@ -42,10 +42,6 @@ public class AppStartListener implements ApplicationListener<ApplicationReadyEve
|
||||
} else {
|
||||
scheduleService.addSchedule(task);
|
||||
}
|
||||
} else {
|
||||
if(StringUtils.equalsIgnoreCase(task.getStatus(), TaskStatus.Underway.toString())){
|
||||
scheduleService.addSchedule(task);
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user