From a45bb93e08747608af509764260a74cf256138c5 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Thu, 27 Jun 2024 16:25:36 +0800 Subject: [PATCH] bug --- ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs index ff56e487..f4d88bfd 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs @@ -484,10 +484,6 @@ namespace Tnb.ProductionMgr _ = await db.Insertable(prdFeedingH).ExecuteCommandAsync(); _ = await db.Insertable(list).ExecuteCommandAsync(); - _wmsCarryUnbindService.CarryCodeUnbind(new CarryCodeUnbindInput() - { - carry_id = carry.id - }); });