From 096cfe6cb2e7a206d2f7668bbed8533b36fe23c6 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Fri, 6 May 2022 15:12:44 +0800 Subject: [PATCH 1/2] update map version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2dd255c8c2..9a8b2ff92b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -82,7 +82,7 @@ MOGO_LOCATION_VERSION=1.3.55 MOGO_TELEMATIC_VERSION=1.3.55 ######## MogoAiCloudSDK Version ######## # 自研地图 -MAP_SDK_VERSION=2.1.0.6-1 +MAP_SDK_VERSION=2.1.0.6-2 MAP_SDK_OPERATION_VERSION=1.0.12 # websocket WEBSOCKET_VERSION=1.1.7 From 585c6429c118f69b722facd9cb32d8c710af9906 Mon Sep 17 00:00:00 2001 From: xuxinchao <13522809046@163.com> Date: Fri, 6 May 2022 15:23:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B0=83=E8=AF=95=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 上报历史列表刷新初始数据 --- .../java/com/mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt index 335fd64ee9..d5510445ae 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt @@ -413,6 +413,7 @@ class MoGoHmiFragment : MvpFragment(), //打开工控机上报列表 reportListFloatWindow = ReportListFloatWindow(it) reportListFloatWindow?.showFloatWindow() + reportListFloatWindow?.refreshData(reportList) }else{ //关闭工控机上报列表 reportListFloatWindow?.hideFloatWindow()