yin hai 1 mes
pai
achega
11b20109a7
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 1 1
      install/config.ini
  2. 3 0
      install/mysql/init/stmms_ft.sql

+ 1 - 1
install/config.ini

@@ -1,5 +1,5 @@
 [app]
 [app]
-version=1.5.1
+version=1.6.0
 name=ÔÆÔľí
 name=ÔÆÔľí
 portal=http://localhost:8000/
 portal=http://localhost:8000/
 module=tomcat
 module=tomcat

+ 3 - 0
install/mysql/init/stmms_ft.sql

@@ -1466,3 +1466,6 @@ INSERT INTO `b_privilege` (`code`, `name`, `parent_code`, `privilege_type`, `pri
 VALUES ('operation_log', '操作日志', 'root_code', 'MENU', '/admin/operation/log', 140, 1, 'icon-tasks', 'index.log');
 VALUES ('operation_log', '操作日志', 'root_code', 'MENU', '/admin/operation/log', 140, 1, 'icon-tasks', 'index.log');
 UNLOCK TABLES;
 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);
+