From 6a518151a9a8efb62c768198aebe4a0ff9ce77f2 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期四, 21 十一月 2019 11:11:12 +0800
Subject: [PATCH] 2019-11-21-1

---
 ZigbeeApp/Shared/Phone/Device/Logic/Send.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs b/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
index 79b47b9..0cce7a7 100644
--- a/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
@@ -467,6 +467,7 @@
                                         {
                                             ["Type"] = int.Parse(dictionary["Type"]),
                                             ["Account"] = dictionary["Account"],
+                                            ["UserId"] = dictionary["UserId"],
 
                                         };
                                         accounts.Add(accounts1);
@@ -1036,12 +1037,10 @@
 
         }
 
-
         /// <summary>
         /// 闂ㄩ攣鍒楄〃
         /// </summary>
         public static List<MembershipIfon> LockList = new List<MembershipIfon>();
-
         /// <summary>
         /// 褰撳墠闂ㄩ攣
         /// </summary>

--
Gitblit v1.8.0