根据盘点类型获取任务明细,删除注释代码
This commit is contained in:
@@ -314,8 +314,6 @@ namespace Tnb.WarehouseMgr
|
|||||||
.Where(filterExpable.ToExpression())
|
.Where(filterExpable.ToExpression())
|
||||||
.Select<WmsCarryCode>()
|
.Select<WmsCarryCode>()
|
||||||
.ToListAsync();
|
.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
|
List<CheckTaskDetailOutput> outputs = carryCodes.GroupBy(g => new { g.material_code, g.code_batch, g.location_code, g.carry_id }).Select(x => new CheckTaskDetailOutput
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user