Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -199,7 +199,7 @@ namespace Tnb.WarehouseMgr
|
||||
.OrderBy(policy.policy)
|
||||
.Select<WmsCarryH>()
|
||||
.ToListAsync();
|
||||
return items.Take(input.Size).ToList();
|
||||
return input.Size > 0 ? items.Take(input.Size).ToList() : items;
|
||||
}
|
||||
/// <summary>
|
||||
/// 生成任务执行
|
||||
|
||||
Reference in New Issue
Block a user