This commit is contained in:
2025-07-16 14:40:31 +08:00
parent a909dbbf60
commit 18ca062ab4

View File

@@ -674,7 +674,7 @@ namespace WMS.Web.Domain.Services
//.ThenByDescending(s => s.Method) //.ThenByDescending(s => s.Method)
//.ThenByDescending(s => s.BoxBillNo).ThenBy(s => s.BoxLength) //.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++) for (int i = 0; i < response.Details.Count(); i++)
{ {