fix: 移除多余的用户和角色插入数据

This commit is contained in:
TsMask
2025-02-28 19:40:55 +08:00
parent f92e9a1704
commit ae9fc42cfe
6 changed files with 240 additions and 441 deletions

View File

@@ -16,7 +16,7 @@ CREATE TABLE `sys_user_post` (
LOCK TABLES `sys_user_post` WRITE;
INSERT INTO `sys_user_post` VALUES (1,1),(2,2),(3,3),(4,3);
INSERT INTO `sys_user_post` VALUES (1,1),(2,2);
UNLOCK TABLES;