From 3d0156d880af49c9e51ccf24b7b7da3e6e3af843 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Thu, 4 Jul 2024 16:52:58 +0800 Subject: [PATCH] bug --- ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs index a1a29ebe..7a46b294 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs @@ -484,9 +484,10 @@ namespace Tnb.ProductionMgr await db.Updateable() .SetColumns(x => x.carry_status == ((int)EnumCarryStatus.空闲).ToString()) - .Where(x => x.id==input.carry_code) + .Where(x => x.carry_code==input.carry_code) .ExecuteCommandAsync(); + Tnb.WarehouseMgr.Entities.Dto.Outputs.Result result = await _wmsCarryUnbindService.CarryCodeUnbind(new CarryCodeUnbindInput() { carry_id = detail.member_carry_id