|
@@ -279,7 +279,7 @@ public class IsvReportServiceImpl implements IsvReportService {
|
|
|
|
|
|
}
|
|
}
|
|
totalTh = total + totalT;
|
|
totalTh = total + totalT;
|
|
- Pagination pagination = new Pagination(pageIndex, pageSize, totalTh);
|
|
|
|
|
|
+ Pagination pagination = new Pagination(pageIndex, totalTh, totalTh);
|
|
PageVO<QueryReportListResponseData> res = new PageVO<>(pagination, list);
|
|
PageVO<QueryReportListResponseData> res = new PageVO<>(pagination, list);
|
|
return res;
|
|
return res;
|
|
}
|
|
}
|