黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
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();
            }
            //初始化本地的网关信息
@@ -200,7 +200,7 @@
            if (result == 0 && i_isLogin == true)
            {
                //开启自动备份
                HdlAutoBackupLogic.ShowAutoBackupPromptedForm();
                HdlBackupLogic.Current.ShowAutoBackupPromptedForm();
            }
            //显示引导界面
            HdlFormLogic.Current.ShowGuideForm(result);