This commit is contained in:
2024-07-04 16:52:58 +08:00
parent f635d5542e
commit 3d0156d880

View File

@@ -484,9 +484,10 @@ namespace Tnb.ProductionMgr
await db.Updateable<WmsCarryH>()
.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