排序
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user