Commit 65e325de authored by caotao's avatar caotao

1、取消数据采集的定时任务

parent 948b2602
......@@ -126,7 +126,7 @@ public class KsolarDataAcquisitionServiceImpl implements KSolarDataAcquisitionSe
}
}
// @Scheduled(cron = "${dataRequstScheduled.keshida}")
@Scheduled(cron = "${dataRequstScheduled.keshida}")
@Override
public void stationDetail() {
List<String> stationIds = kSolarStationMapper.getStationIds();
......
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