Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5.8版本 api分页,导出excel时,无论当前是在第几页,总是导出第一页的数据 #1868

Closed
javaeekobi opened this issue Jul 14, 2023 · 4 comments

Comments

@javaeekobi
Copy link

版本号:1.5.8
问题描述:api分页,导出excel时,无论当前是在第几页,总是导出第一页的数据
错误日志&截图:

1.api数据集配置了分页 get请求 分页类转换器
2.没有报错 可以成功导出excel 但数据不正确

3.接口传参是正确的:/jmreport/exportAllExcelStream:{"excelConfigId":"829207619119169536","queryParam":{"token":"*","pageNo":"2","pageSize":500,"currentPageNo":"2","currentPageSize":500,"createTime":"","customerName":"","endTime":"","username":""}}

注意到1.3.*的版本会通过/jmreport/show接口实现,1.4.*的版本发生了变动 没有直接获取传参中的页码数,初始化pageNo是1
image
image
image

重现步骤:

友情提示(为了提高issue处理效率):

  • 积木报表是一款免费报表产品,功能免费源码不开放;
  • 未按格式要求发帖,会被直接删掉;
  • 请针对问题提供报表设计SQL脚本或在官网制作报表示例并提供ID;
  • 针对不好重现的问题,请录制操作视频或详细的重现步骤;
@zhangdaiscott
Copy link
Member

是导出所有数据,不分页吧

@javaeekobi
Copy link
Author

是的 需求是希望分页导出 但实际情况是总是导出第一页 并且导出的数量是配置的page-size-number的数量

@zhangdaiscott
Copy link
Member

不支持

@javaeekobi
Copy link
Author

image
这里点导出 不支持分页导出吗 ? 好像旧版本都是支持的呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants