-
Notifications
You must be signed in to change notification settings - Fork 1.7k
积木BI保存无效 #3707
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
Comments
试试这个版本
|
好的,我先试试 |
jimubi-1.9.5 版本并不能解决这个问题 |
### 试了/drag/page/edit接口,并没有正确保存,template 参数, 入参:{"id":"1074296188045398016","name":"中晟昊-门店资金报表","backgroundColor":null,"theme":"default","style":"default","coverUrl":null,"designType":100,"backgroundImage":"","template":"[{"config":{"w":24,"h":14,"dataType":1,"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"turnConfig":{"url":""},"linkageConfig":[],"dataMapping":[{"filed":"标题","mapping":""},{"filed":"图标","mapping":""},{"filed":"数值","mapping":""},{"filed":"后缀","mapping":""},{"filed":"颜色","mapping":""}],"chartData":[{"title":"访问数","icon":"icon-jeecg-qianbao","value":2000,"color":"green","suffix":"月"},{"title":"成交额","icon":"icon-jeecg-youhuiquan","value":20000,"color":"blue","suffix":"月"},{"title":"下载数","icon":"icon-jeecg-tupian","value":8000,"color":"orange","suffix":"周"},{"title":"成交数","icon":"icon-jeecg-jifen","value":5000,"color":"purple","suffix":"年"}],"option":{"icon":{"fontSize":50},"card":{"title":"卡片","extra":"更多","rightHref":"","size":"default"},"body":{"horizontal":8,"vertical":8,"span":6}},"size":{"height":140}},"component":"JSimpleCard","i":"759ab8a9-f98b-43ca-93fe-d52318c8cc11","x":0,"y":0,"w":24,"h":14,"orderNum":0,"moved":false}]","sign":"396D6399E6EBF28BC410FBBED10C95ED"} 出参: { 数据库: |
redis 缓存也清理了 |
那报什么错,原因是什么 |
没报错呀 |
要不你远程看下? |
有偿 |
没修改成功? |
数据库修改成功了,redis里面的缓存没更新 |
检测一下/drag/page/edit接口,更新了数据库,但redis缓存还是旧的数据,数据库更新成功后,应该要把缓存模版数据应该也要更新一下,因为/drag/page/queryById接口是先读redis缓存的数据 |
|
Uh oh!
There was an error while loading. Please reload this page.
1.因jimubi-1.9.4 项目内的 jsqlparser 4.6 与我当前项目mybatis-plus 项目中 jsqlparser 4.8冲突,排除掉 jsqlparser 4.6 依赖后 项目中正常启动
2.创建仪表盘报表成功后,拉动图标保存成功后,能看到/drag/page/edit 接口正常保存成 template 参数
3.关闭报表后, 再次进入 报表设计详情, /drag/page/queryById 无 template参数
The text was updated successfully, but these errors were encountered: