1
0

fix: ba internationalization switching issue

This commit is contained in:
2024-02-02 11:20:57 +08:00
parent ed401f4f89
commit bd7b8293ed
2 changed files with 16 additions and 4 deletions

View File

@@ -258,6 +258,12 @@ VALUES (
NULL
);
DELETE FROM `omc_db`.`sys_role_menu` WHERE `menu_id` = 2122;
-- set internationalization switching to OFF
-- DELETE FROM `omc_db`.`sys_role_menu` WHERE `menu_id` = 2122;
UPDATE `omc_db`.`sys_menu`
SET
`status` = '0'
WHERE
`menu_id` = 2122;
SET FOREIGN_KEY_CHECKS = 1;