jinpengyong
2020-09-22 9125309788deca2a555c4f46c8491a950f8f0692
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")) {