From 18ca062ab498d639b00c47cfc3e35a881a84bfff Mon Sep 17 00:00:00 2001 From: 18923810322 <1666941798@qq.com> Date: Wed, 16 Jul 2025 14:40:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= 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 4246bb02..df4ed885 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).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++) {