1
This commit is contained in:
@@ -199,7 +199,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
.OrderBy(policy.policy)
|
.OrderBy(policy.policy)
|
||||||
.Select<WmsCarryH>()
|
.Select<WmsCarryH>()
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
return items.Take(input.Size).ToList();
|
return input.Size > 0 ? items.Take(input.Size).ToList() : items;
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 生成任务执行
|
/// 生成任务执行
|
||||||
|
|||||||
Reference in New Issue
Block a user