1
0

fix: customized sql

This commit is contained in:
2024-01-10 11:25:02 +08:00
parent bd1bc5ef00
commit 3fd8d21e2c

View File

@@ -258,6 +258,6 @@ VALUES (
NULL
);
DELETE FROM `omc_db`.`sys_role_menu` WHERE `menu_id` = 2122
DELETE FROM `omc_db`.`sys_role_menu` WHERE `menu_id` = 2122;
SET FOREIGN_KEY_CHECKS = 1;