Commit 39a04f4a authored by tianchao's avatar tianchao

1增加30天预测数据定时任务

parent 9fe16ecc
...@@ -10,7 +10,7 @@ import xstartup.error.XError; ...@@ -10,7 +10,7 @@ import xstartup.error.XError;
import xstartup.service.job.XJob; import xstartup.service.job.XJob;
import xstartup.service.job.annotation.XCronTrigger; import xstartup.service.job.annotation.XCronTrigger;
@XText("天气数据,每8小时执行一次") @XText("长期预测数据,每天更新一次")
@XService @XService
public class PlantPredictedPowerLongTermDataJob implements XJob { public class PlantPredictedPowerLongTermDataJob implements XJob {
@XCronTrigger(value = "0 45 1 * * ?") @XCronTrigger(value = "0 45 1 * * ?")
......
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