[6.1.0] 设置轨迹计算站点逻辑处理

This commit is contained in:
wangmingjun
2023-09-25 19:52:29 +08:00
parent 069231f5cd
commit 473adbaa27

View File

@@ -697,6 +697,8 @@ object TaxiTaskModel {
mCurrentTaskWithOrder = result
updateLocalCalculateStation()
// 任务为空
if (result?.endSite == null && result?.order == null) {
d(TAG, "queryCurrentTaskOnce: 任务为空")
@@ -723,8 +725,6 @@ object TaxiTaskModel {
}
}
updateLocalCalculateStation()
//达到终点后查询全程里程和用时
if (QueryCurrentTaskRespBean.isOrderArriveAtEnd(result)) {
d(TAG, "queryCurrentTaskOnce ArriveAtEnd")