|
@@ -331,7 +331,7 @@ where p.`code` in('exam_mark','exam_mark-mark','exam_mark-group','exam_mark-mark
|
|
|
,'exam_reject_list-paper','exam_reject_list-history','exam_problem_history','exam_problem_history-reset'
|
|
|
,'exam_problem_history-batch_reset'
|
|
|
,'exam_inspected_info','exam_inspected_info-info','exam_inspected_info-list','exam_inspected_info-next_round'
|
|
|
-,'exam_score','exam_report_subject','exam_report_subject_range');
|
|
|
+,'exam_score','exam_score-export','exam_report_subject','exam_report_subject_range');
|
|
|
|
|
|
INSERT INTO b_role_privilege (`school_id`, `role_code`, `privilege_code`,`enable`)
|
|
|
SELECT s.id,'INSPECTOR',p.`code`,1 from b_privilege p join b_school s
|