根据盘点类型获取任务明细,删除注释代码

This commit is contained in:
yang.lee
2023-11-13 15:17:28 +08:00
parent c86ad9d872
commit 171dd26dbc

View File

@@ -314,8 +314,6 @@ namespace Tnb.WarehouseMgr
.Where(filterExpable.ToExpression())
.Select<WmsCarryCode>()
.ToListAsync();
//var carryIds = carryCodes?.Select(x => x.carry_id) ?? Enumerable.Empty<string>();
//var checkStockDs = await _db.Queryable<WmsCheckstockD>().Where(it => carryIds.Contains(it.carry_id)).ToListAsync();
List<CheckTaskDetailOutput> outputs = carryCodes.GroupBy(g => new { g.material_code, g.code_batch, g.location_code, g.carry_id }).Select(x => new CheckTaskDetailOutput
{