[6.8.4]
[fix] [shuttle、bus、scheduled] [轨迹处理]
This commit is contained in:
@@ -10,6 +10,7 @@ import com.mogo.eagle.core.data.och.OchInfo
|
|||||||
import com.mogo.eagle.core.data.v2x.Point
|
import com.mogo.eagle.core.data.v2x.Point
|
||||||
import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotControlManager
|
import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotControlManager
|
||||||
import com.mogo.eagle.core.function.call.datacenter.CallerDataCenterBizListener
|
import com.mogo.eagle.core.function.call.datacenter.CallerDataCenterBizListener
|
||||||
|
import com.mogo.eagle.core.function.call.och.CallerEagleBaseFunctionCall4OchManager
|
||||||
import com.mogo.eagle.core.network.utils.digest.DigestUtils
|
import com.mogo.eagle.core.network.utils.digest.DigestUtils
|
||||||
import com.mogo.eagle.core.utilcode.mogo.logger.CallerLogger.d
|
import com.mogo.eagle.core.utilcode.mogo.logger.CallerLogger.d
|
||||||
import com.mogo.eagle.core.utilcode.mogo.logger.scene.SceneConstant.Companion.M_BUS
|
import com.mogo.eagle.core.utilcode.mogo.logger.scene.SceneConstant.Companion.M_BUS
|
||||||
@@ -420,7 +421,9 @@ object LineModel {
|
|||||||
ochInfo.siteMarkerList = mutableListOf()
|
ochInfo.siteMarkerList = mutableListOf()
|
||||||
CallerDataCenterBizListener.invokeOchInfo(ochInfo)
|
CallerDataCenterBizListener.invokeOchInfo(ochInfo)
|
||||||
OchChainLogManager.writeChainLogMap("地图","站点信息:${ochInfo}")
|
OchChainLogManager.writeChainLogMap("地图","站点信息:${ochInfo}")
|
||||||
|
CallerEagleBaseFunctionCall4OchManager.updateOrderStatus(true)
|
||||||
}else{
|
}else{
|
||||||
|
CallerEagleBaseFunctionCall4OchManager.updateOrderStatus(false)
|
||||||
val siteList = mutableListOf<SiteMarkerBean>()
|
val siteList = mutableListOf<SiteMarkerBean>()
|
||||||
var temp: SiteMarkerBean?=null
|
var temp: SiteMarkerBean?=null
|
||||||
stationList?.let {
|
stationList?.let {
|
||||||
|
|||||||
Reference in New Issue
Block a user