@@ -110,7 +110,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
//是否有下一页
Boolean toGet = true;
- if (details.size() < page_size) {
+ if (details.size() < page) {
toGet = false;
}
if (toGet) {