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++) {