diff --git a/OCH/bus/passenger/src/main/res/m2/layout/bus_p_m2_fragment.xml b/OCH/bus/passenger/src/main/res/m2/layout/bus_p_m2_fragment.xml index 1612ae80cf..b9ef96c15f 100644 --- a/OCH/bus/passenger/src/main/res/m2/layout/bus_p_m2_fragment.xml +++ b/OCH/bus/passenger/src/main/res/m2/layout/bus_p_m2_fragment.xml @@ -157,6 +157,29 @@ app:layout_constraintRight_toRightOf="parent" android:visibility="gone"/> + + + + + + + @@ -176,6 +177,7 @@ app:layout_constraintTop_toBottomOf="@id/och_shadow_layout" android:layout_marginTop="@dimen/dp_30" app:fusionLightUser="passenger_bus" + android:visibility="gone" /> diff --git a/OCH/sweeper/driver/src/main/java/com/mogo/och/sweeper/cloud/model/SweeperCloudTaskModel.java b/OCH/sweeper/driver/src/main/java/com/mogo/och/sweeper/cloud/model/SweeperCloudTaskModel.java index 3198e43a0a..35b1d25646 100644 --- a/OCH/sweeper/driver/src/main/java/com/mogo/och/sweeper/cloud/model/SweeperCloudTaskModel.java +++ b/OCH/sweeper/driver/src/main/java/com/mogo/och/sweeper/cloud/model/SweeperCloudTaskModel.java @@ -793,7 +793,7 @@ public class SweeperCloudTaskModel implements IMoGoSweeperFutianCloudTaskListene } - @Override· + @Override public void onAutoPilotInfo(long token, long timestamp, @Nullable SsmInfo.AutoPilotInfo autoPilotInfo) { } diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/CarInfoTabView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/CarInfoTabView.kt index d2c564aec8..870b9d249d 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/CarInfoTabView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/CarInfoTabView.kt @@ -215,12 +215,12 @@ class CarInfoTabView @JvmOverloads constructor( private fun updateAdHdMapVersion() { if (AppConfigInfo.adHdMapVersion.isNotEmpty()) { - CallerLogger.i(SceneConstant.M_HMI + TAG, "updateAdHdMapVersion, adHdMapVersion:${AppConfigInfo.adHdMapVersion} , text:${tvADMapVersion.text}") UiThreadHandler.post { + CallerLogger.i(SceneConstant.M_HMI + TAG, "updateAdHdMapVersion, adHdMapVersion:${AppConfigInfo.adHdMapVersion} , text:${tvADMapVersion.text}") if(tvADMapVersion.text.contains(AppConfigInfo.adHdMapVersion)){ return@post } - tvADMapVersion.text = tvADMapVersion.text.toString() + AppConfigInfo.adHdMapVersion + tvADMapVersion.text = context.getString(R.string.tab_version_admap_info) + AppConfigInfo.adHdMapVersion } } } diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/WorkOrderView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/WorkOrderView.kt index 7c848cbc3c..300ef9914d 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/WorkOrderView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/WorkOrderView.kt @@ -361,6 +361,8 @@ class WorkOrderView @JvmOverloads constructor( ) ) setAudio(false) + //重置工单问题类型 + workOrderType = "" } } diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_view_fusion_traffic_light_p_bus.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_view_fusion_traffic_light_p_bus.xml index c04846bd8e..2037dead22 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_view_fusion_traffic_light_p_bus.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_view_fusion_traffic_light_p_bus.xml @@ -10,12 +10,13 @@ \ No newline at end of file diff --git a/core/function-impl/mogo-core-function-map/src/main/res/raw/cross_road_camera.nt3d b/core/function-impl/mogo-core-function-map/src/main/res/raw/cross_road_camera.nt3d index 06b080ed96..f593c8fbd4 100644 Binary files a/core/function-impl/mogo-core-function-map/src/main/res/raw/cross_road_camera.nt3d and b/core/function-impl/mogo-core-function-map/src/main/res/raw/cross_road_camera.nt3d differ