tt
This commit is contained in:
@@ -87,6 +87,7 @@ namespace WMS.Web.Repositories
|
|||||||
query = query.Where(w => mids.Contains(w.detail.MaterialId));
|
query = query.Where(w => mids.Contains(w.detail.MaterialId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int total = await query.CountAsync();
|
int total = await query.CountAsync();
|
||||||
var list = await query.Select(s => new BoxInventoryQueryResponse()
|
var list = await query.Select(s => new BoxInventoryQueryResponse()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user