fix: update vue3 sql

This commit is contained in:
2023-11-07 16:38:07 +08:00
parent c54b174507
commit a79dd399bc
3 changed files with 195 additions and 24 deletions

View File

@@ -15,8 +15,6 @@ CREATE TABLE `omc_db`.`sys_post` (
PRIMARY KEY (`post_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '岗位信息表' ROW_FORMAT = Dynamic;
DELETE FROM `omc_db`.`sys_post` WHERE `post_id` in (1,2,3,4,5);
INSERT IGNORE INTO
`omc_db`.`sys_post` (
`post_id`,