[6.10.0]
[fix] [offline 订单状态bug]
This commit is contained in:
@@ -451,9 +451,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 {
|
|
||||||
CallerEagleBaseFunctionCall4OchManager.updateOrderStatus(false)
|
CallerEagleBaseFunctionCall4OchManager.updateOrderStatus(false)
|
||||||
|
} else {
|
||||||
|
CallerEagleBaseFunctionCall4OchManager.updateOrderStatus(true)
|
||||||
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