Pu Zhibing
2025-04-07 4109495b9c51a4bbd8b0a7c3c69093909d2e33e1
ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/model/DOWNWarnMsgUrgeTodoReq.java
@@ -79,17 +79,15 @@
   public DOWNWarnMsgUrgeTodoReq build(UPWarnMsgAdptInfo upWarnMsgAdptInfo) {
      this.vehicleNo = upWarnMsgAdptInfo.getVehicleNo();
      this.vehicleColor = upWarnMsgAdptInfo.getVehicleColor();
      this.dataType = upWarnMsgAdptInfo.getDataType();
      this.dataLength = upWarnMsgAdptInfo.getDataLength();
      this.warnSrc = upWarnMsgAdptInfo.getWarnSrc();
      this.warnType = upWarnMsgAdptInfo.getWarnType();
      this.warnTime = upWarnMsgAdptInfo.getWarnTime();
      this.supervisionId = upWarnMsgAdptInfo.getInfoId();
      this.supervisionEndTime = LocalDateTime.now().plusDays(7).toEpochSecond(ZoneOffset.UTC);
      this.supervisionLevel = 0x01;
      this.supervisor = "admin";
      this.supervisorTel = "";
      this.supervisorEmail = "";
      this.supervisor = "谢茜";
      this.supervisorTel = "18808258011";
      this.supervisorEmail = "1360001080@qq.com";
      return this;
   }