代码管理/WMS/WIDESEA_WMSServer/WIDESEA_StockService/ProStockViewService.cs
@@ -130,7 +130,7 @@ EntityProperties.ValidatePageOptions(options, ref sugarQueryable); ISugarQueryable<ProStockViewDTO> list = sugarQueryable1.InnerJoin(sugarQueryable, (b, a) => a.LocationCode == b.LocationCode).Select((b, a) ISugarQueryable<ProStockViewDTO> list = sugarQueryable1.InnerJoin(sugarQueryable, (b, a) => a.LocationCode == b.LocationCode).OrderByDescending(b => b.CreateDate).Select((b, a) => new ProStockViewDTO { ProStockAttribute=b.ProStockAttribute,