排序
This commit is contained in:
@@ -758,7 +758,7 @@ namespace WMS.Web.Domain.Services
|
||||
//.ThenByDescending(s => s.Method)
|
||||
|
||||
//.ThenByDescending(s => s.BoxBillNo).ThenBy(s => s.BoxLength)
|
||||
.ThenByDescending(s => s.Qty).ThenByDescending(s => s.BoxBillNo).ThenByDescending(s => s.Method).ToList();
|
||||
.ThenByDescending(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