|
@@ -69,7 +69,9 @@ public class ReportService {
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
- count = tuplePagedResponse.getCount();
|
|
|
+ if(tuplePagedResponse.getCount()>count){
|
|
|
+ count = tuplePagedResponse.getCount();
|
|
|
+ }
|
|
|
List<BaseEntity> data = service.getData(tuplePagedResponse, value);
|
|
|
setData(dataList, data, criteria.getGroupbyColumns());
|
|
|
}
|