yibo 7 years ago
parent
commit
40af54d21d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      B3ClientService.Web/Pages/B3ClientService/Reports/CarcassStoreAnalyse_/CarcassStoreAnalyse.cs

+ 1
- 0
B3ClientService.Web/Pages/B3ClientService/Reports/CarcassStoreAnalyse_/CarcassStoreAnalyse.cs View File

@ -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<string, long>();
}


Loading…
Cancel
Save