From 78c5b5715518c0017d9f629ce16ee9c173a48690 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 28 八月 2020 09:59:18 +0800 Subject: [PATCH] 2020-08-28-1 --- ZigbeeApp/Shared/Phone/Device/Logic/Send.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs b/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs index 14495cf..dd59da9 100644 --- a/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs @@ -1323,11 +1323,11 @@ /// <summary> /// 鍒ゆ柇鏄惁寮�鍚疓PS鏈嶅姟 /// </summary> - public static string It_Exist + public static string If_Exist { get { - string value = ReadLocalFile("GPS_File"); + string value = ReadLocalFile(Config.Instance.HomeId+"_GPS_File"); //璇诲彇鏈湴GPS鏈嶅姟鐘舵�� if (value == "0"||string.IsNullOrEmpty(value)) { -- Gitblit v1.8.0