|
@@ -25,6 +25,7 @@ CREATE TABLE ec_oe_exam_statistic
|
|
|
|
|
|
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 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;
|
|
alter table ec_e_exam_course_relation add column good_score_line int(11) not null default 90;
|
|
|
|
+alter table ec_e_exam add column call_type varchar(50) not null default 'WHOLE_SET';
|
|
|
|
|
|
alter table ec_oes_exam_record_data add column random_paper bit(1) not null default 0;
|
|
alter table ec_oes_exam_record_data add column random_paper bit(1) not null default 0;
|
|
alter table ec_oes_exam_record_data add column paper_score double not null default 0;
|
|
alter table ec_oes_exam_record_data add column paper_score double not null default 0;
|
|
@@ -41,7 +42,11 @@ VALUES (1, '处理考试成绩统计任务', now(), now(), '管理员', '', 'FIX
|
|
|
|
|
|
|
|
|
|
MongoDB部分
|
|
MongoDB部分
|
|
-暂无
|
|
|
|
|
|
+ 新增表
|
|
|
|
+ randomPaper
|
|
|
|
+ randomPaperQuestion
|
|
|
|
+ 新增字段
|
|
|
|
+ 表extractConfig 新增字段 randomPaperId、playTime
|
|
|
|
|
|
Redis部分
|
|
Redis部分
|
|
暂无
|
|
暂无
|