@@ -10,6 +10,8 @@ alter table ec_e_exam drop call_type;
alter table ec_m_mark_work drop call_type;
alter table ec_m_student_paper add column random_paper bit(1) not null default 0;
+alter table ec_oe_exam_statistic add column illegality_count int not null;
+
MongoDB部分
暂无