齐套搭配方案,查询接口代码调整

This commit is contained in:
alex
2023-07-21 10:31:19 +08:00
parent 7bb60e3018
commit cba5adf5f3
6 changed files with 21 additions and 10 deletions

View File

@@ -314,7 +314,6 @@ namespace Tnb.WarehouseMgr
await _db.Updateable(curSortingDetails).ExecuteCommandAsync();
if (curSortingDetails.All(it => it.line_status == WmsWareHouseConst.BILLSTATUS_COMPLETE_ID))
{
await _db.Updateable<WmsSetsortingH>().SetColumns(it => new WmsSetsortingH { status = WmsWareHouseConst.BILLSTATUS_COMPLETE_ID }).Where(it => it.id == input.requireId).ExecuteCommandAsync();
}
var carry = await _db.Queryable<WmsCarryH>().SingleAsync(it => it.id == carryId);