|
|
|
@ -278,6 +278,7 @@ public class HzimsDataServiceImpl implements HzimsDataService {
|
|
|
|
|
if(ObjectUtil.isEmpty(station)){ |
|
|
|
|
return new WeatherWaterVo(); |
|
|
|
|
} |
|
|
|
|
weatherWater.setLimitWater(station.getLimitWaterLevel()); |
|
|
|
|
weatherWater.setStationName(station.getName()); |
|
|
|
|
// 七天天气
|
|
|
|
|
Map<String, HeWeatherWeatherDailyResponse> weekWeather = this.getWeekWeather(Collections.singletonList(station.getCode())); |
|
|
|
|