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() ; } pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol4Mqtt/pSdV1/upVos/SoilVo.java
@@ -58,7 +58,7 @@ } public String getDevDtStr() { if(devDt == null){ if(devDt != null){ return DateTime.yyyy_MM_dd_HH_mm_ss(DateTime.getDate(devDt)) ; }else{ return "" ; @@ -79,7 +79,7 @@ sb.append(" 土壤温度3:" + soilTemperature3 + ", ") ; sb.append(" 土壤温度4:" + soilTemperature4 + ", ") ; sb.append(" 设备时间:" + devDt + ", ") ; sb.append(" 设备时间:" + this.getDevDtStr() + ", ") ; sb.append(" 设备时间:" + this.getDevDtStr()) ; sb.append("\n") ; return sb.toString() ; pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol4Mqtt/pSdV1/upVos/WeatherVo.java
@@ -79,7 +79,7 @@ sb.append(" 风速:" + windSpeed + ", ") ; sb.append(" 风向:" + windDirection + ", ") ; sb.append(" 设备时间:" + devDt + ", ") ; sb.append(" 设备时间:" + this.getDevDtStr() + ", ") ; sb.append(" 设备时间:" + this.getDevDtStr() ) ; sb.append("\n") ; return sb.toString() ; }