From 3c66b754ee314ae87d0f2eda2fa86a30ea2304e7 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期五, 14 三月 2025 18:32:30 +0800
Subject: [PATCH] 修改809对接bug

---
 ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/model/DOWNWarnMsgUrgeTodoReq.java |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/model/DOWNWarnMsgUrgeTodoReq.java b/ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/model/DOWNWarnMsgUrgeTodoReq.java
index 80b2a81..0c92cb0 100644
--- a/ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/model/DOWNWarnMsgUrgeTodoReq.java
+++ b/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;
 	}
 	

--
Gitblit v1.7.1