From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 17 十二月 2020 09:07:13 +0800
Subject: [PATCH] 新云端Ver1.3

---
 ZigbeeApp/Shared/Phone/Common/Logic/HdlUserCenterLogic.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Common/Logic/HdlUserCenterLogic.cs b/ZigbeeApp/Shared/Phone/Common/Logic/HdlUserCenterLogic.cs
index bb2f4c2..0e4b896 100644
--- a/ZigbeeApp/Shared/Phone/Common/Logic/HdlUserCenterLogic.cs
+++ b/ZigbeeApp/Shared/Phone/Common/Logic/HdlUserCenterLogic.cs
@@ -44,9 +44,9 @@
             //鍒锋柊浣忓畢瀵硅薄
             RefreshHomeObject();
             //鏍规嵁妯℃澘鏂囦欢,鎭㈠鏁版嵁
-            TemplateData.TemplateCommonLogic.Current.RecoverDataByTemplateBinFile();
+            HdlTemplateCommonLogic.Current.RecoverDataByTemplateBinFile();
             //寮哄埗鐢熸垚璁惧鍜岀綉鍏虫枃浠�
-            TemplateData.TemplateCommonLogic.Current.CreatDeviceAndGatewayFileFromMemoryByForce();
+            HdlTemplateCommonLogic.Current.CreatDeviceAndGatewayFileFromMemoryByForce();
             //鍒锋柊鏈湴缃戝叧鏂囦欢
             HdlGatewayLogic.Current.ReFreshByLocal();
             //鍒锋柊鏈湴璁惧
@@ -169,7 +169,7 @@
             int result = -1;
             if (hadNet == 1)
             {
-                result = HdlAutoBackupLogic.SynchronizeDbAutoBackupData();
+                result = HdlBackupLogic.Current.SynchronizeDbAutoBackupData();
             }
 
             //鍒濆鍖栨湰鍦扮殑缃戝叧淇℃伅
@@ -183,7 +183,7 @@
             if (hadNet == 1)
             {
                 //鍚屾浜戠鐨勭綉鍏砳d锛屽鏋滄湰鍦版嫢鏈変簯绔笉瀛樺湪鐨刬d锛屽垯琛ㄧず搴旇琚崲缁戜簡锛岀洿鎺ュ垹闄�
-                HdlGatewayLogic.Current.SynchronizeDbGateway();
+                //HdlGatewayLogic.Current.SynchronizeDbGateway();
             }
 
             //鏂紑杩滅▼Mqtt杩炴帴,閲嶆柊杩炴帴
@@ -200,7 +200,7 @@
             if (result == 0 && i_isLogin == true)
             {
                 //寮�鍚嚜鍔ㄥ浠�
-                HdlAutoBackupLogic.ShowAutoBackupPromptedForm();
+                HdlBackupLogic.Current.ShowAutoBackupPromptedForm();
             }
             //鏄剧ず寮曞鐣岄潰
             HdlFormLogic.Current.ShowGuideForm(result);

--
Gitblit v1.8.0