|
@@ -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
|