修复两处错误

This commit is contained in:
2025-05-26 08:54:20 +08:00
parent d7c20310ee
commit 361d69648e
84 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ CREATE TABLE `authority`
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
) ENGINE = InnoDB ) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4 DEFAULT CHARSET = utf8mb4
COLLATE = utf8mb4_general_ci COMMENT =='权限表'; COLLATE = utf8mb4_general_ci COMMENT ='权限表';
INSERT INTO authority (id, parent_id, name, value, `path`, link, `type`, status, description, version, delete_time, INSERT INTO authority (id, parent_id, name, value, `path`, link, `type`, status, description, version, delete_time,
create_time, update_time, create_by, update_by, tenant) create_time, update_time, create_by, update_by, tenant)