Commit 608d7560 authored by suhuiguang's avatar suhuiguang

1.周期调整为20分钟一次

parent bf72b8ca
......@@ -39,7 +39,7 @@ public class BigScreenTask {
* 但是大屏也需使用此功能,由于算法折线图样式与大屏风格不一致,故新画页面查询算法的预测表,
* 但是算法服务只有调用查询,才生成数据,所以必须调用,否则大屏查询无预测数据
*/
@Scheduled(cron = "0 0/2 * * * ?")
@Scheduled(cron = "0 0/20 * * * ?")
public void predictDataCreate() {
List<StationBasicDto> stations = stationBasicService.getBaseMapper().getStationBasicListAll();
stations.forEach(s -> {
......
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