This commit is contained in:
2023-11-22 14:31:08 +08:00
parent e2f7309903
commit f84883811b

View File

@@ -264,12 +264,12 @@ namespace Tnb.ProductionMgr
string equip_code = input.equip_code;
string label_code = input.label_code;
string warehouse_id = "2";
if (!string.IsNullOrEmpty(equip_code))
if (string.IsNullOrEmpty(equip_code))
{
throw Oops.Bah("请传机台号");
}
if (!string.IsNullOrEmpty(label_code))
if (string.IsNullOrEmpty(label_code))
{
throw Oops.Bah("请传标签号");
}