|
@@ -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;
|