3.7.4 版本升级online在线开发模块

This commit is contained in:
JEECG
2025-03-31 11:58:30 +08:00
parent 502ef2f65d
commit 80d37f9a03
3 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
-- -- author:sunjianlei---date:20250120--for: QQYUN-10886online仪表盘设计-online表单下拉选择接口没有做租户隔离逻辑 onl_cgform_head ---
ALTER TABLE `onl_cgform_head`
ADD COLUMN `tenant_id` int NULL DEFAULT 0 COMMENT '租户ID' AFTER `des_form_code`;

View File

@ -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-->