fix: ignore insert

This commit is contained in:
2024-01-09 18:13:44 +08:00
parent bda59fdd33
commit 5897c70565
3 changed files with 298 additions and 8 deletions

View File

@@ -1040,8 +1040,8 @@ INSERT
IGNORE INTO `omc_db`.`sys_role_menu` (`role_id`, `menu_id`)
VALUES (2, 2123);
INSERT INTO
`omc_db`.`sys_role_menu` (`role_id`, `menu_id`)
INSERT
IGNORE INTO `omc_db`.`sys_role_menu` (`role_id`, `menu_id`)
VALUES (2, 2126);
SET FOREIGN_KEY_CHECKS=1;