排
This commit is contained in:
@@ -756,9 +756,9 @@ namespace WMS.Web.Domain.Services
|
||||
|
||||
var detailsB = response.Details.Where(f => f.MaterialCount > 1)
|
||||
//.ThenByDescending(s => s.Method)
|
||||
|
||||
// .ThenByDescending(s => s.Specifications)
|
||||
//.ThenByDescending(s => s.BoxBillNo).ThenBy(s => s.BoxLength)
|
||||
.OrderByDescending(s => s.BoxBillNo).ThenByDescending(s => s.Method).ThenByDescending(s => s.Specifications).ThenByDescending(s => s.Qty).ToList();
|
||||
.OrderByDescending(s => s.BoxBillNo).ThenByDescending(s => s.Method).ThenByDescending(s => s.Qty).ToList();
|
||||
|
||||
detailsA.AddRange(detailsB);
|
||||
response.Details=detailsA;
|
||||
|
||||
Reference in New Issue
Block a user