质量bug
This commit is contained in:
@@ -439,12 +439,12 @@ namespace Tnb.QcMgr
|
||||
|
||||
if (list.IsEmpty())
|
||||
{
|
||||
throw Oops.Bah("未找到质检方案");
|
||||
throw Oops.Bah($"{entity.triggerevent.ToString()}未找到质检方案");
|
||||
}
|
||||
|
||||
if (list.Count > 1)
|
||||
{
|
||||
throw Oops.Bah("找到多个质检方案");
|
||||
throw Oops.Bah($"{entity.triggerevent.ToString()}找到多个质检方案");
|
||||
}
|
||||
|
||||
// List<string> removes = new();
|
||||
|
||||
Reference in New Issue
Block a user