[8.0.0]
[routing] [fix] [重复到站拦截]
This commit is contained in:
@@ -108,6 +108,10 @@ class TaskRunningModel : ViewModel() {
|
||||
"[自车定位围栏]",
|
||||
"\"[自车定位围栏] 并查询底盘触发到站, endSiteId=${currentGrayLineBean?.endSite?.siteId}, endSiteName=${currentGrayLineBean?.endSite?.siteName}, lineId=${currentGrayLineBean?.lineId},围栏范围:${OchCommonConst.ARRIVE_AT_START_STATION_DISTANCE}米 没有过站、速度基本为零且在15m内\""
|
||||
)
|
||||
if(!arrivedStation){
|
||||
OchChainLogManager.writeChainLogRouting("已到站","等待重试",false)
|
||||
return
|
||||
}
|
||||
arriveStation()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user