[6.1.0] 设置轨迹计算站点逻辑处理
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user