Pu Zhibing
2025-04-04 3d4eeb82dd61f8951616dece2425e870116bc23d
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;
   }