diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.7.41__alter_onl_cgform_head_tenant_id.sql b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.7.41__alter_onl_cgform_head_tenant_id.sql new file mode 100644 index 00000000..d31206fe --- /dev/null +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.7.41__alter_onl_cgform_head_tenant_id.sql @@ -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`; \ No newline at end of file diff --git a/jeecg-boot/pom.xml b/jeecg-boot/pom.xml index 15748cd4..366c710f 100644 --- a/jeecg-boot/pom.xml +++ b/jeecg-boot/pom.xml @@ -254,7 +254,7 @@ org.jeecgframework.boot hibernate-re - 3.7.1-RC + 3.7.4-beta diff --git a/jeecgboot-vue3/package.json b/jeecgboot-vue3/package.json index 50dce5e8..9fc5bd46 100644 --- a/jeecgboot-vue3/package.json +++ b/jeecgboot-vue3/package.json @@ -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",