|
|
|
@ -26,9 +26,9 @@ public class TaskService { |
|
|
|
@Scheduled(cron = "* * 3 * * *") |
|
|
|
@Scheduled(cron = "* * 3 * * *") |
|
|
|
public void runModel() { |
|
|
|
public void runModel() { |
|
|
|
|
|
|
|
|
|
|
|
System.out.println("开始执行模型" + modelId); |
|
|
|
// System.out.println("开始执行模型" + modelId);
|
|
|
|
modelClueService.generate(modelId); |
|
|
|
// modelClueService.generate(modelId);
|
|
|
|
System.out.println("模型" + modelId + "执行完毕"); |
|
|
|
// System.out.println("模型" + modelId + "执行完毕");
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|