From ae01bfee970962d037ec04c26868177281abd644 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Mon, 27 Mar 2023 16:31:05 +0800 Subject: [PATCH] =?UTF-8?q?[3.0.0]fix=E8=B5=B7=E8=87=AA=E9=A9=BEBug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eagle/function/biz/dispatch/DispatchAutoPilotManager.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/dispatch/DispatchAutoPilotManager.kt b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/dispatch/DispatchAutoPilotManager.kt index 00feed5fdc..6af3438fe0 100644 --- a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/dispatch/DispatchAutoPilotManager.kt +++ b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/dispatch/DispatchAutoPilotManager.kt @@ -183,6 +183,10 @@ class DispatchAutoPilotManager private constructor() : ) } } + val currentAutoPilotLine = AutopilotControlParameters.AutoPilotLine(it.lineId.toLong(),it.trajUrl,it.trajMd5, + it.stopUrl,it.stopMd5,it.timestamp,it.vehicleModel,it.trajUrl_dpqp,it.trajMd5_dpqp,it.stopUrl_dpqp, + it.stopMd5_dpqp,it.timestamp_dpqp) + currentAutopilot.autoPilotLine = currentAutoPilotLine currentAutopilot.routeID = it.lineId currentAutopilot.routeName = it.lineName currentAutopilot.startName = it.startLocAddress