src/main/java/com/fzzy/protocol/fzzy/analysis/AnalysisGrain.java
@@ -143,7 +143,7 @@ } //数据优化 if (curTemp > 35) { if (curTemp > 40) { curTemp = response.getTAvg(); } @@ -184,7 +184,7 @@ weatherStation.setId(device.getDeviceId()); } weatherStation.setAirPressure(weather.getPressure()); weatherStation.setHumidity(weather.getHumidity()); weatherStation.setHumidity(weather.getHumidity().replaceAll("%","")); weatherStation.setPm(weather.getAir_pm25()); weatherStation.setRadiation("0"); weatherStation.setRainfallAmount(weather.getWea());