From 7d005a7618e3d7a80d8ede3baf6ecc4bf8019cd5 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 01 九月 2020 15:22:09 +0800 Subject: [PATCH] 2020-09-01 --- HDL_ON/DAL/Net/TcpListener.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/DAL/Net/TcpListener.cs b/HDL_ON/DAL/Net/TcpListener.cs index ebab0a9..17260f4 100644 --- a/HDL_ON/DAL/Net/TcpListener.cs +++ b/HDL_ON/DAL/Net/TcpListener.cs @@ -231,7 +231,7 @@ dic_oid.Add("command", "get_list_response"); List<object> oidObjList = new List<object>(); - foreach (var d01 in Entity.DB_ResidenceData.residenceData.functionList.GetAllDeviceFunctionList()) + foreach (var d01 in Entity.DB_ResidenceData.functionList.GetAllDeviceFunctionList()) { Dictionary<string, object> d0 = new Dictionary<string, object>(); d0.Add("oid", d01.sid); @@ -255,7 +255,7 @@ dic_sid.Add("command", "get_list_response"); List<object> sidObjList = new List<object>(); - foreach (var d01 in Entity.DB_ResidenceData.residenceData.functionList.GetAllDeviceFunctionList()) + foreach (var d01 in Entity.DB_ResidenceData.functionList.GetAllDeviceFunctionList()) { Dictionary<string, object> d0 = new Dictionary<string, object>(); d0.Add("sid", d01.sid); -- Gitblit v1.8.0