This commit is contained in:
2023-12-06 16:28:53 +08:00
parent f5c3392819
commit ad65e9fd0d

View File

@@ -395,7 +395,7 @@ namespace Tnb.ProductionMgr
}
else
{
if (andonRecords.status != DictConst.AndonStatusYWC)
if (andonRecords.status != DictConst.AndonStatusDQR)
{
throw Oops.Bah($"状态错误");
}