mirror of https://github.com/jeecgboot/jeecg-boot
3.7.4 版本升级online在线开发模块
parent
502ef2f65d
commit
80d37f9a03
|
@ -0,0 +1,3 @@
|
|||
-- -- author:sunjianlei---date:20250120--for: 【QQYUN-10886】【online】仪表盘设计-online表单下拉选择接口,没有做租户隔离逻辑 onl_cgform_head ---
|
||||
ALTER TABLE `onl_cgform_head`
|
||||
ADD COLUMN `tenant_id` int NULL DEFAULT 0 COMMENT '租户ID' AFTER `des_form_code`;
|
|
@ -254,7 +254,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>hibernate-re</artifactId>
|
||||
<version>3.7.1-RC</version>
|
||||
<version>3.7.4-beta</version>
|
||||
</dependency>
|
||||
|
||||
<!--mongon db-->
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"husky:install": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jeecg/online": "3.7.1-RC",
|
||||
"@jeecg/online": "3.7.4-beta",
|
||||
"@iconify/iconify": "^3.1.1",
|
||||
"@ant-design/colors": "^7.2.0",
|
||||
"@ant-design/icons-vue": "^7.0.1",
|
||||
|
|
Loading…
Reference in New Issue