jinpengyong
2020-09-17 88954c5d1a31b0e0022e7f2fb882594c6e5c5982
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")) {