From 785f0f287ad6e163604b9a5b8adc87ff9af945af Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Wed, 3 Jul 2024 17:52:37 +0800 Subject: [PATCH] 1 --- ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs index 2b0c1b11..a1a29ebe 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs @@ -468,7 +468,7 @@ namespace Tnb.ProductionMgr { if (wmsCarryCode.codeqty < num) { - throw new Exception("条码数量小于签收数量"); + throw new Exception("条码数量小于投料数量"); } await db.Updateable() .SetColumns(x => x.codeqty == x.codeqty - num)