radius导出条数限制添加

This commit is contained in:
leijun
2018-12-15 23:43:43 +08:00
parent 7777cd2fe7
commit ed1f41a50f
3 changed files with 10 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ public class NtcCollectRadiusLogController extends BaseController {
//---------------------------
PageLog<NtcCollectRadiusLog> page = new PageLog<NtcCollectRadiusLog>(request, response);
page.setPageNo(1);
page.setPageSize(Constants.MAX_EXPORT_SIZE);
page.setPageSize(Constants.MAX_LOG_EXPORT_SIZE);
Map<String, Object> params = new HashMap<String, Object>();
params.put("pageSize", page.getPageSize());
params.put("pageNo", page.getPageNo());