zuoxiao
2025-06-25 8297013f990a5440fa8bebb8c0eb9fb0f6af4862
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() ;