lizijie
2022-03-14 8dce9a3ac3d04150a8656219b32f0bdda445ab2c
screen-api/src/main/java/com/moral/api/service/impl/CityAqiServiceImpl.java
@@ -1173,8 +1173,9 @@
                    }
                }
            }
            resultMap.put("time",time.substring(0,13));
            resultMap.put("title","【"+hour+"时数据提醒】");
            resultMap.put("info",hour+"时,我市AQI:"+AQI+",等级:"+AQIIndex+"。与"+previousHour+"相比,PM10:"+PM10+"微克/立方米,"+PM10_change+";PM2_5:"+PM2_5+"微克/立方米,"+PM2_5_change+";TVOC总量:"+TVOC+"毫克/立方米;O3:"+O3+"微克/立方米,"+O3_change+"。");
            resultMap.put("info",hour+"时,我市AQI:"+AQI+",等级:"+AQIIndex+"。与"+previousHour+"时相比,PM10:"+PM10+"微克/立方米,"+PM10_change+";PM2_5:"+PM2_5+"微克/立方米,"+PM2_5_change+";TVOC总量:"+TVOC+"毫克/立方米;O3:"+O3+"微克/立方米,"+O3_change+"。");
            QueryWrapper<CityWeather> cityWeatherQueryWrapper = new QueryWrapper<>();
            cityWeatherQueryWrapper.eq("city_code",regionCode);
            cityWeatherQueryWrapper.eq("time",cityAqiList.get(i).getTime());