liurunyu
4 天以前 e1534c601e1310575264a0ddc5266bdd2c47750b
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);