pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/mqttSd1/weather/WeatherSv.java
@@ -36,9 +36,7 @@ return null ; } public QueryResultVo<List<VoWeather>> oneHistory(Long weatherId) { WeatherQo qo = new WeatherQo() ; qo.weatherId = weatherId ; public QueryResultVo<List<VoWeather>> oneHistory(WeatherQo qo) { Map<String, Object> params = (Map<String, Object>) PojoUtils.generalize(qo); Long itemTotal = rmWeatherHistoryDao.selectCount(params);