|
|
@@ -737,7 +737,7 @@ namespace UAS_MES_NEW.Make
|
|
|
}
|
|
|
if (dh.CheckExist("product", "pr_code = '" + ma_prodcode.Text + "' and pr_height = -1 "))
|
|
|
{
|
|
|
- bool shouldNotIntercept = !string.IsNullOrEmpty(bt) || mac.Contains("UNKNOWN");
|
|
|
+ bool shouldNotIntercept = !string.IsNullOrEmpty(mac) || mac.Contains("UNKNOWN");
|
|
|
if (!shouldNotIntercept) // 若不满足不拦截条件,则拦截
|
|
|
{
|
|
|
OperateResult.AppendText("<<序列号:" + ms_sncode.Text + " WIFI信息异常\n", Color.Red);
|