Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
d92861ad
Commit
d92861ad
authored
Jun 03, 2021
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JeecgBoot低代码平台 2.4.5 版本发布,钉钉与企业微信集成版本
parent
8a6181b1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
README.md
+1
-1
jeecg-boot/db/增量SQL/2.4.3升级到2.4.5增量MYSQL.sql
+6
-1
jeecg-boot/jeecg-boot-module-system/pom.xml
+1
-1
No files found.
README.md
View file @
d92861ad
...
...
@@ -12,7 +12,7 @@ JEECG BOOT 低代码开发平台(前后端分离版本)
[

](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE)
[

](http://www.jeecg.com)
[

](https://github.com/zhangdaiscott/jeecg-boot)
[

](https://github.com/zhangdaiscott/jeecg-boot)
[

](https://github.com/zhangdaiscott/jeecg-boot)
[

](https://github.com/zhangdaiscott/jeecg-boot)
...
...
jeecg-boot/db/增量SQL/2.4.3升级到2.4.5增量MYSQL.sql
View file @
d92861ad
-- o
nline 新增部门授权 扩展字段
-- o
nline 新增部门授权 扩展字段
...
...
@@ -55,6 +55,11 @@ ADD COLUMN `connect_times` int(1) NULL COMMENT '连接失败次数' AFTER `updat
ALTER
TABLE
`jimu_report_link`
ADD
COLUMN
`link_chart_id`
varchar
(
50
)
NULL
COMMENT
'联动图表的ID'
AFTER
`api_url`
;
-- 类转换器字段添加
ALTER
TABLE
`jimu_report_db`
ADD
COLUMN
`api_convert`
varchar
(
255
)
NULL
COMMENT
'api转换器'
AFTER
`json_data`
;
-- 修复脚本的一些问题---
update
sys_permission
set
url
=
"{{ window._CONFIG['domianURL'] }}/jmreport/view/1352160857479581696?token=${token}"
where
id
=
'1352200630711652354'
;
UPDATE
`jimu_report_db`
SET
`jimu_report_id`
=
'1352160857479581696'
,
`create_by`
=
'admin'
,
`update_by`
=
'admin'
,
`create_time`
=
'2021-05-19 19:20:44'
,
`update_time`
=
'2021-05-19 19:20:44'
,
`db_code`
=
'infoForReport'
,
`db_ch_name`
=
'信息'
,
`db_type`
=
'1'
,
`db_table_name`
=
NULL
,
`db_dyn_sql`
=
NULL
,
`db_key`
=
NULL
,
`tb_db_key`
=
NULL
,
`tb_db_table_name`
=
NULL
,
`java_type`
=
NULL
,
`java_value`
=
NULL
,
`api_url`
=
'{{ domainURL }}/sys/actuator/redis/infoForReport'
,
`api_method`
=
'0'
,
`is_list`
=
1
,
`is_page`
=
'1'
,
`db_source`
=
''
,
`db_source_type`
=
NULL
,
`json_data`
=
NULL
WHERE
`id`
=
'60b3feffadc55eb49baa5a48fdf1ff0e'
;
...
...
jeecg-boot/jeecg-boot-module-system/pom.xml
View file @
d92861ad
...
...
@@ -48,7 +48,7 @@
<dependency>
<groupId>
org.jeecgframework.jimureport
</groupId>
<artifactId>
spring-boot-starter-jimureport
</artifactId>
<version>
1.3.
3
-beta
</version>
<version>
1.3.
4
-beta
</version>
<exclusions>
<exclusion>
<groupId>
org.jeecgframework
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment