Преглед на файлове

完善日志信息打印,条码去除多余字符

mengshunguo преди 1 месец
родител
ревизия
11d3ceadbd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      SCADA_DAQ/Customer/UctFrmMain.xaml.cs

+ 1 - 1
SCADA_DAQ/Customer/UctFrmMain.xaml.cs

@@ -89,7 +89,7 @@ namespace SCADA_DAQ.Customer
             string barCode = null;
             if (e.Barcode.Substring(0, 6) == "QRCode")
             {
-                barCode = e.Barcode.Substring(6, e.Barcode.Length - 6).Trim();
+                barCode = e.Barcode.Substring(6, e.Barcode.Length - 6).Trim(); 
                 Log.Info($"收到条码{barCode}");
             }
             else