1.增加硬件禁用逻辑
2.弹窗报错逻辑优化(入库中的错误不再发再次进入入库指令)
This commit is contained in:
hehaibing-1996
2024-11-28 17:59:29 +08:00
parent 6fbc90dac3
commit 9f5fdc24e9
2 changed files with 15 additions and 7 deletions

View File

@ -136,6 +136,14 @@ namespace WCS.BLL.Manager
}
}
if (warning.WarningType == WarningTypeEnum. ||
warning.WarningType == WarningTypeEnum. ||
warning.WarningType == WarningTypeEnum. ||
warning.WarningType == WarningTypeEnum.)
{
return;
}
#region
Logs.Write($"GoInRightMode", LogsType.WebSocket);
GoInRightMode(warning);