diff --git a/B3ClientService.Web/Pages/B3ClientService/Reports/CarcassStoreAnalyse_/CarcassStoreAnalyse.cs b/B3ClientService.Web/Pages/B3ClientService/Reports/CarcassStoreAnalyse_/CarcassStoreAnalyse.cs index 1010a8c..ddce1b6 100644 --- a/B3ClientService.Web/Pages/B3ClientService/Reports/CarcassStoreAnalyse_/CarcassStoreAnalyse.cs +++ b/B3ClientService.Web/Pages/B3ClientService/Reports/CarcassStoreAnalyse_/CarcassStoreAnalyse.cs @@ -100,6 +100,7 @@ namespace BWP.Web.Pages.B3ClientService.Reports.CarcassStoreAnalyse_ query.GroupBy.Expressions.Add(DQExpression.Field("ProductBatch_ID")); query.Where.Conditions.Add(DQCondition.And(DQCondition.IsNotNull(DQExpression.Field("ProductBatch_ID")), DQCondition.IsNull(DQExpression.Field("PickTime")))); query.OrderBy.Expressions.Add(DQOrderByExpression.Create("ProductBatch_ID")); + query.Range = SelectRange.Top(10); return query.EExecuteList(); }