This commit is contained in:
2025-07-16 14:16:35 +08:00
parent 3faf11ba3c
commit 3638646b8d

View File

@@ -670,7 +670,8 @@ namespace WMS.Web.Domain.Services
//排序和加序号值以下为最先的
response.Details = response.Details.OrderByDescending(s => s.Specifications).ThenByDescending(s => s.Method)
response.Details = response.Details.OrderByDescending(s => s.Specifications)
//.ThenByDescending(s => s.Method)
//.ThenByDescending(s => s.BoxBillNo).ThenBy(s => s.BoxLength)
.ThenByDescending(s => s.Qty).ToList();