燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2024-11-20 8185e5cdc2bbdf7fb4ca46a10864106893a01ed3
src/main/java/com/yssh/controller/WeatherController.java
@@ -1,5 +1,6 @@
package com.yssh.controller;
import com.yssh.config.InitConfig;
import com.yssh.entity.Weather;
import com.yssh.service.WeatherService;
import com.yssh.utils.CacheUtils;
@@ -48,7 +49,7 @@
                begin = dateFormat.format(calendar.getTime());
            }
            if (null == end) {
                end = dateFormat.format(new Date());
                end = dateFormat.format(InitConfig.getDate());
            }
            //List<Weather> list = weatherService.query(begin, end);