|
|
@@ -527,7 +527,7 @@ public class ProductController {
|
|
|
if (!modelAndView.isEmpty()) {
|
|
|
return modelAndView;
|
|
|
}
|
|
|
- PageInfo info = new PageInfo(params);
|
|
|
+ PageInfo info = new PageInfo(1, JxlsExcelView.GOODS_MAX_SIZE);
|
|
|
Page<V_ProductPrivate> page = productService.getPageDataOfBackground(info, goodsFilter);
|
|
|
if (CollectionUtils.isNotEmpty(page.getContent())) {
|
|
|
logger.info("产品导出结果 products: " + page.getContent().size());
|