1
This commit is contained in:
@@ -468,7 +468,7 @@ namespace Tnb.ProductionMgr
|
||||
{
|
||||
if (wmsCarryCode.codeqty < num)
|
||||
{
|
||||
throw new Exception("条码数量小于签收数量");
|
||||
throw new Exception("条码数量小于投料数量");
|
||||
}
|
||||
await db.Updateable<WmsCarryCode>()
|
||||
.SetColumns(x => x.codeqty == x.codeqty - num)
|
||||
|
||||
Reference in New Issue
Block a user