From c9ac4c9945ed283cf5cd4a4e8b41bcb72185ff3d Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 27 Nov 2025 18:42:27 +0800 Subject: [PATCH] =?UTF-8?q?v3.9.0=20=E4=BF=AE=E5=A4=8D=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E7=9A=84=E9=83=A8=E9=97=A8=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/flyway/sql/mysql/V3.9.0_2__upd_dep_category.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.9.0_2__upd_dep_category.sql diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.9.0_2__upd_dep_category.sql b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.9.0_2__upd_dep_category.sql new file mode 100644 index 000000000..a031fc508 --- /dev/null +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.9.0_2__upd_dep_category.sql @@ -0,0 +1 @@ +update sys_depart set org_category = '2' where org_category ='1' and parent_id is not null \ No newline at end of file