[charter]

[3.2.0]
[data change]
This commit is contained in:
yangyakun
2023-05-04 18:37:00 +08:00
parent b6cb2c591a
commit a31df5ea07

View File

@@ -32,7 +32,7 @@ import com.mogo.och.bus.passenger.constant.CharterPassengerConst
import com.mogo.och.bus.passenger.net.BusPassengerModelLoopManager
import com.mogo.och.bus.passenger.net.BusPassengerServiceManager
import com.mogo.och.bus.passenger.utils.VoiceFocusManager
import com.mogo.och.common.module.bean.dpmsg.ArriveDestMsg
import com.mogo.och.common.module.bean.dpmsg.ChangeDestMsg
import com.mogo.och.common.module.biz.common.socketmessage.OCHSocketMessageManager
import com.mogo.och.common.module.biz.constant.LoginStatusManager
import com.mogo.och.common.module.biz.constant.OchCommonConst
@@ -841,15 +841,15 @@ object CharterPassengerModel {
)
broadcastList["${siteId}$endKey"] = true
// 给司机端
val msg = ArriveDestMsg(
orderInfo?.orderNo?:"",
val msg = ChangeDestMsg(
lineId.toInt(),
order.lineName?:"",
order.startSiteId?:0,
order.startSiteName?:"",
siteId.toInt(),
order.siteName,
1,
true,
2,
currentTimeStamp
)
CallerTelematicManager.sendMsgToServer(