JLChen
2020-12-12 f2c1e5bf3a67478076fb5bbcf546824b3127db15
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);