[bus、shuttle]
[结束任务时 取消自驾]
This commit is contained in:
yangyakun
2023-12-06 14:54:09 +08:00
parent 1a50197b76
commit bfa28c1269
2 changed files with 5 additions and 0 deletions

View File

@@ -548,6 +548,9 @@ public class OrderModel {
clearBusStationDatas();
queryBusRoutes();
removeTipRunnables();
CallerAutoPilotControlManager.INSTANCE.cancelAutoPilot();
// 取消自驾
setTrajectoryStation(null,null,-1L);
// startOrStopQueryPassengerWriteOff(false);
}
}

View File

@@ -605,6 +605,8 @@ public class OrderModel {
clearBusStationDatas();
queryBusRoutes();
removeTipRunnables();
// 取消自驾
CallerAutoPilotControlManager.INSTANCE.cancelAutoPilot();
// startOrStopQueryPassengerWriteOff(false);
}
}