liurunyu
2025-08-29 32c7954ea2b5aa05b19bbaed4da14ae406e65c99
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/mqttSd1/manure/ManureCtrl.java
@@ -64,7 +64,13 @@
            if(qo.manureId == 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()) ;