|
@@ -25,8 +25,8 @@ 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 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_e_exam add column call_type varchar(50) not null default 'WHOLE_SET';
|
|
|
alter table ec_m_mark_work 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;
|
|
@@ -35,14 +35,6 @@ alter table ec_oe_exam_record_data add column random_paper bit(1) not null defau
|
|
|
alter table ec_oe_exam_record_data add column paper_score double not null default 0;
|
|
|
|
|
|
|
|
|
-INSERT INTO xxl_job_info(job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type,
|
|
|
- schedule_conf, misfire_strategy, executor_route_strategy, executor_handler,
|
|
|
- executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count,
|
|
|
- glue_type, glue_source, glue_remark, glue_updatetime, child_jobid)
|
|
|
-VALUES (1, '处理考试成绩统计任务', now(), now(), '管理员', '', 'FIX_RATE', '300', 'DO_NOTHING', 'ROUND',
|
|
|
- 'scoreStatisticJobHandler', '', 'DISCARD_LATER', 0, 0, 'BEAN', '', 'GLUE代码初始化', now(), '');
|
|
|
-
|
|
|
-
|
|
|
MongoDB部分
|
|
|
新增表
|
|
|
randomPaper
|
|
@@ -51,7 +43,8 @@ MongoDB部分
|
|
|
表extractConfig 新增字段 randomPaperId、playTime
|
|
|
|
|
|
Redis部分
|
|
|
-暂无
|
|
|
+规范KEY前缀 ok
|
|
|
+
|
|
|
|
|
|
***** ***** ***** ***** ***** ***** *****
|
|
|
二、数据割接部分
|
|
@@ -83,5 +76,8 @@ paper_score 赋值 todo
|
|
|
***** ***** ***** ***** ***** ***** *****
|
|
|
五、其它变更(如:系统参数、环境、脚本。。。)
|
|
|
***** ***** ***** ***** ***** ***** *****
|
|
|
-暂无
|
|
|
+
|
|
|
+移除模块:examcloud-logic-marking
|
|
|
+移除模块:examcloud-bridge
|
|
|
+
|
|
|
|