device/TcpServer.cs @@ -142,7 +142,7 @@ { saoMa.Add(remote_ip, 3); } if (messageBytes.Length <= 20 && messageBytes.Length > 0) if (messageBytes.Length <= 20 && messageBytes.Length > 0)//长度不够时直接判断扫码失败 { saoMa[remote_ip] = 3;//未扫到码 }