Commit 3b7f53bb authored by caotao's avatar caotao

调整定时任务执行周期

parent 64db854a
......@@ -122,7 +122,7 @@ public class TdengineTimeServiceImpl {
/**
* 风电 - 按天生成测点、子系统、设备、场站、区域 数据
*/
@Scheduled(cron = "0 0 0 1/1 * ? ")
@Scheduled(cron = "0 05 0 1/1 * ? ")
public void insertDayData() throws ParseException {
if (!openHealth) {
return;
......@@ -259,7 +259,7 @@ public class TdengineTimeServiceImpl {
/**
* 光伏 - 按天生成 测点、设备、子阵、场站和片区数据
*/
@Scheduled(cron = "0 0 0 1/1 * ? ")
@Scheduled(cron = "0 05 0 1/1 * ? ")
public void insertDayDataPv() throws ParseException {
if (!openHealth) {
return;
......
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