优化更新空载具接口及函数

This commit is contained in:
alex
2023-07-26 09:04:02 +08:00
parent 9b324ec606
commit 9a5b9d8f9d
7 changed files with 19 additions and 24 deletions

View File

@@ -626,7 +626,7 @@ namespace Tnb.WarehouseMgr
//如果没有完成,修改为工作中
await _db.Updateable<WmsOutstockH>().SetColumns(it => new WmsOutstockH { status = WmsWareHouseConst.BILLSTATUS_ON_ID }).Where(it => it.id == input.requireId).ExecuteCommandAsync();
}
await _wareCarryService.UpdateNullCarry(carry);
await _wareCarryService.UpdateNullCarry(carry).Unwrap();
}
else if (outStatus == EnumOutStatus.)
{