liurunyu
2025-06-24 6ebc3a4e7dc07f92e30a10f93bb19c32bef34d1c
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() ;