jeecgboot / JimuReport

「可视化报表、仪表盘、大屏」积木报表是一款类Excel操作风格,在线拖拽设计的报表工具。功能涵盖: 报表设计、打印设计、图形报表、仪表盘门户设计、大屏设计等,完全免费!秉承“简单、易用、专业”的产品理念,极大的降低报表开发难度、缩短开发周期、解决各类报表难题。
http://jimureport.com
GNU General Public License v3.0
6.49k stars 1.66k forks source link

积木新仪表盘数据源设置为API获取时,返回数据解析报错。IndexOutOfBoundsExceptions #3048

Closed shiwuye888 closed 2 weeks ago

shiwuye888 commented 1 month ago
版本号:

1.8.1-beta

问题描述:

image 该方法查询的结果如下: image

数据源配置为API时解析报错。如何解决?

错误日志&截图:

image

重现步骤:

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

shiwuye888 commented 1 month ago

很急很急,哪位大佬知道?

jeecgos commented 3 weeks ago

sq

shiwuye888 commented 3 weeks ago

sq 什么意思?

zhangdaiscott commented 2 weeks ago

试试这个版本,应该修复了

 <dependency>
   <groupId>org.jeecgframework.jimureport</groupId>
   <artifactId>jimureport-dashboard-spring-boot-starter</artifactId>
   <version>1.9.0</version>
 </dependency>
shiwuye888 commented 2 weeks ago

试试这个版本,应该修复了

 <dependency>
   <groupId>org.jeecgframework.jimureport</groupId>
   <artifactId>jimureport-dashboard-spring-boot-starter</artifactId>
   <version>1.9.0</version>
 </dependency>

我下午试试