排序
This commit is contained in:
@@ -674,7 +674,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).ToList();
|
||||
.ThenByDescending(s => s.Qty).ThenByDescending(s => s.BoxBillNo).ThenByDescending(s => s.Method).ToList();
|
||||
|
||||
for (int i = 0; i < response.Details.Count(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user