wei
2020-12-17 f5268d43584a1f72cb7b19c17232645c24e2348b
HDL_ON/DAL/DriverLayer/Control_TcpServer.cs
@@ -215,7 +215,7 @@
                    sendSidObj.id = Control.Ins.msg_id.ToString();
                    sendSidObj.time_stamp = "";
                    //转换成bus需要的数据格式
                    var localFunction = DB_ResidenceData.functionList.GetAllFunction();
                    var localFunction = FunctionList.List.GetDeviceFunctionList();
                    var localFunctionString = Newtonsoft.Json.JsonConvert.SerializeObject(localFunction);
                    var tcpFunction = Newtonsoft.Json.JsonConvert.DeserializeObject<List<BusSidObj>>(localFunctionString);