From a909dbbf6080ac46efa89a7dc48053aad37e8a9d Mon Sep 17 00:00:00 2001 From: 18923810322 <1666941798@qq.com> Date: Wed, 16 Jul 2025 14:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=8C=89=E7=AE=B1=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/Services/OutStockTaskService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WMS.Web.Domain/Services/OutStockTaskService.cs b/src/WMS.Web.Domain/Services/OutStockTaskService.cs index 1b346b51..4246bb02 100644 --- a/src/WMS.Web.Domain/Services/OutStockTaskService.cs +++ b/src/WMS.Web.Domain/Services/OutStockTaskService.cs @@ -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).ToList(); + .ThenByDescending(s => s.Qty).ThenByDescending(s => s.BoxBillNo).ToList(); for (int i = 0; i < response.Details.Count(); i++) {