[charter]

[3.2.0]
[线程问题]
This commit is contained in:
yangyakun
2023-05-25 12:19:24 +08:00
parent a63b18ffcb
commit 8cabd8d8ad

View File

@@ -92,7 +92,8 @@ object CharterPassengerModel {
private var locusInfo: LocusResponse.LocusInfo? = null
// 轨迹点、底盘透传的
private val mRoutePoints: MutableList<MogoLocation> = ArrayList()
@Volatile
private var mRoutePoints: MutableList<MogoLocation> = ArrayList()
private var orderStatus: OrderStatusEnum = OrderStatusEnum.NoOrderUnuse