[routing]
[fix]
[重复到站拦截]
This commit is contained in:
yangyakun
2025-07-03 14:17:03 +08:00
parent ee0d26c90d
commit c3c8ec57e0

View File

@@ -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()
}
}