yin 1 month ago
parent
commit
d3dcea9f19
1 changed files with 1 additions and 2 deletions
  1. 1 2
      install/mysql/init/stmms_ft.sql

+ 1 - 2
install/mysql/init/stmms_ft.sql

@@ -1464,8 +1464,7 @@ VALUES ('exam_check_answer', '数据检查', 'root_code', 'MENU', '/admin/exam/c
 INSERT INTO `b_privilege` (`code`, `name`, `parent_code`, `privilege_type`, `privilege_uri`, `seq`, `level`, `icon`,
                            `i18n`)
 VALUES ('operation_log', '操作日志', 'root_code', 'MENU', '/admin/operation/log', 140, 1, 'icon-tasks', 'index.log');
-UNLOCK TABLES;
 
 INSERT INTO `b_privilege` (`code`, `name`, `parent_code`, `privilege_type`, `level`, `seq`)
 VALUES ('exam_problem_history-export', '导出', 'exam_problem_history', 'BUTTON', 2, 3);
-
+UNLOCK TABLES;