|
|
|
@ -98,6 +98,7 @@ namespace BWP.Web.Pages.B3ClientService.Reports.SegmentProductAnalyse_ |
|
|
|
|
|
|
|
if (!batchSelect.IsEmpty) |
|
|
|
query.Where.Conditions.Add(DQCondition.EQ("ProductBatch_ID", long.Parse(batchSelect.Value))); |
|
|
|
query.Where.Conditions.Add(DQCondition.EQ("Delete", 0)); |
|
|
|
var args = new LoadArguments(query); |
|
|
|
for (var i = query.Columns.Count - 2; i <= query.Columns.Count - 1; i++) |
|
|
|
{ |
|
|
|
|