@@ -7,6 +7,9 @@ release_v5.0.1
MySql部分
+alter table ec_e_exam_course_relation add column pass_score_line int(11) not null default 60;
+alter table ec_e_exam_course_relation add column good_score_line int(11) not null default 90;
+
千人千卷 todo