zuoxiao
2025-06-23 20b400c3fd2d1c0540a739c81ca0a145e7a3ce7b
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol4Mqtt/pSdV1/upVos/ManureVo.java
@@ -85,7 +85,7 @@
    }
    public String getDevDtStr() {
        if(devDt == null){
        if(devDt != null){
            return DateTime.yyyy_MM_dd_HH_mm_ss(DateTime.getDate(devDt)) ;
        }else{
            return "" ;
@@ -97,7 +97,10 @@
        StringBuilder sb = new StringBuilder();
        sb.append("水肥数据=>") ;
        sb.append(" 消息ID:" + messageId + ", ") ;
        sb.append(" 搅拌运行:" + stirRunning1 + ", ") ;
        sb.append(" 搅拌运行1:" + stirRunning1 + ", ") ;
        sb.append(" 搅拌运行2:" + stirRunning2 + ", ") ;
        sb.append(" 搅拌运行3:" + stirRunning3 + ", ") ;
        sb.append(" 搅拌运行4:" + stirRunning4 + ", ") ;
        sb.append(" 注肥运行:" + injectRunning + ", ") ;
        sb.append(" 灌溉运行:" + irrRunning + ", ") ;
        sb.append(" 报警:" + alarm + ", ") ;
@@ -105,7 +108,7 @@
        sb.append(" 注肥经过时间:" + manureTime + ", ") ;
        sb.append(" 搅拌经过时间:" + stirTime + ", ") ;
        sb.append(" 设备时间:" + devDt + ", ") ;
        sb.append(" 设备时间:" +  this.getDevDtStr() + ", ") ;
        sb.append(" 设备时间:" +  this.getDevDtStr()) ;
        sb.append("\n") ;
        return sb.toString() ;
    }