问题描述
积木报表预览或打印时,会多出一页空白页问题。
解决方案
jimureport升级至1.6.0版本以上或最新版本即可。
springboot2依赖
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.7.3</version>
</dependency>
springboot3依赖
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId>
<version>1.7.3</version>
</dependency>