陈嘉乐
2020-05-13 e406f66352fa72ef830ec237ca18d9e8816cb470
ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs
@@ -264,6 +264,7 @@
                        {
                            if (logicId != 0)
                            {
                                ///有可能只有常开模式,没有时效性自动化
                                Send.DelLogic(logicId);
                            }
@@ -403,6 +404,8 @@
                                         timeValue = int.Parse(str);
                                         Send.CurrentDoorLock.IsDoorLockNormallyMode = true;
                                         ModeView();
                                         ///添加APP开启常开模式的历史记录
                                         UserCenter.HdlDeviceDoorLockLogic.Current.AddDoorHistoryLog(Send.CurrentDoorLock,9001,string.Empty);
                                     }