bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user