mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
3.7.4 版本升级online在线开发模块
This commit is contained in:
@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user