加按箱号

This commit is contained in:
2025-07-16 14:38:29 +08:00
parent d4d03f1230
commit a909dbbf60

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).ToList(); .ThenByDescending(s => s.Qty).ThenByDescending(s => s.BoxBillNo).ToList();
for (int i = 0; i < response.Details.Count(); i++) for (int i = 0; i < response.Details.Count(); i++)
{ {