liurunyu
2025-08-29 ab86c5e1ad56841b8a8f832440e261fca5634800
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/mqttSd1/weather/WeatherCtrl.java
@@ -64,7 +64,13 @@
            if(qo.weatherId == null){
                return BaseResponseUtils.buildFail("气象站id不能为空") ;
            }
            String dtStart = qo.timeStart ;
            qo.completionTime();
            if(qo.timeStop == null || qo.timeStop.trim().equals("")){
                if(dtStart != null && !dtStart.trim().equals("")){
                    qo.timeStop = dtStart + " 23:59:59";
                }
            }
           return BaseResponseUtils.buildSuccess(sv.oneHistory(qo));
        } catch (Exception e) {
            return BaseResponseUtils.buildException(e.getMessage()) ;