[6.6.2]行程总结报告优化-更改总结报告数据计算方法

This commit is contained in:
xuxinchao
2024-09-30 19:03:30 +08:00
committed by EmArrow
parent 404edc319a
commit 4505246a94
7 changed files with 308 additions and 36 deletions

View File

@@ -3,6 +3,7 @@ package com.mogo.eagle.core.function.datacenter.v2x
import com.mogo.eagle.core.function.api.autopilot.IMoGoAutopilotStatusListener
import com.mogo.eagle.core.function.api.map.road.IMoGoMapRoadListener
import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotStatusListenerManager
import com.mogo.eagle.core.function.call.autopilot.CallerServicesEventManager
import com.mogo.eagle.core.function.call.map.CallerMapRoadListenerManager
import com.zhidaoauto.map.data.road.RoadCross
@@ -40,7 +41,7 @@ class RoadLineEventManager : IMoGoMapRoadListener, IMoGoAutopilotStatusListener
return
}
if(cross){
CallerAutoPilotStatusListenerManager.updateRoadCount()
CallerServicesEventManager.updateServicesNum(CallerServicesEventManager.ServiceType.ROAD)
}
}