This commit is contained in:
tongfei
2023-12-06 11:15:12 +08:00
parent 8f795b9955
commit b511ef08fb

View File

@@ -87,6 +87,7 @@ namespace WMS.Web.Repositories
query = query.Where(w => mids.Contains(w.detail.MaterialId));
}
int total = await query.CountAsync();
var list = await query.Select(s => new BoxInventoryQueryResponse()
{