src/main/java/com/moral/service/impl/WeatherServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/moral/service/impl/WeatherServiceImpl.java
@@ -748,12 +748,10 @@ if (map.get("PM2_5") != null) { map.put("PM25C", map.get("PM2_5").toString().replace("\\.", "")); map.remove("PM2_5"); break; } if(map.get("PM25") != null){ map.put("PM25C", map.get("PM25").toString().replace("\\.", "")); map.remove("PM25"); break; } } if ((!map.containsKey("PM10C")) && map.containsKey("PM10")) {