[bugfix]
[标点]
This commit is contained in:
yangyakun
2023-09-07 16:26:57 +08:00
parent b25148745d
commit 7246872b2c

View File

@@ -1155,7 +1155,7 @@ public class TaxiModel {
} else {
// 4、 没有过站距离小于15m 速度小于0.3(根据M1来的模数 可能要调)
if (currentLocation.getGnssSpeed() < 0.3) {
CallerLogger.i(TAG, "judgeEndStation() = 没有过站、速度基本为零且在15m内")
CallerLogger.i(TAG, "judgeEndStation() = 没有过站、速度基本为零且在15m内");
arriveTerminal();
}
}