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