wxr
2020-09-01 7d005a7618e3d7a80d8ede3baf6ecc4bf8019cd5
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);