|
|
@@ -54,7 +54,7 @@ public class ErpLogController {
|
|
|
*/
|
|
|
@RequestMapping(value = "/xls", method = RequestMethod.GET)
|
|
|
public ModelAndView exportErpLogs() {
|
|
|
- final PageInfo pageInfo = new PageInfo(1, 50000, 0);
|
|
|
+ final PageInfo pageInfo = new PageInfo(1, JxlsExcelView.MAX_SIZE, 0);
|
|
|
pageInfo.sorting("time", Direction.DESC);
|
|
|
pageInfo.filter("enUU", SystemSession.getUser().getEnterprise().getUu());
|
|
|
Map<String, Object> map = new HashMap<String, Object>();
|