林豪 左 2 жил өмнө
parent
commit
606efe2e8e

+ 1 - 1
WCS.Service/Systems/DataCollectionSysyem.cs

@@ -43,7 +43,7 @@ namespace WCS.Service.Systems
                 //对bytes进行数据压缩
                 //plcData.CONTENT = bytes.Compress();
 
-                db.Default.Insertable(plcData).ExecuteCommand(); ;
+                db.Default.Insertable(plcData).ExecuteCommand();
             });
 
             return true;