于紫祥_1901
2020-09-18 cb888577b99892706860d2732785d22842aae9b0
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")) {