|
@@ -28,10 +28,19 @@ 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_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_oe_exam_record_data add column random_paper bit(1) not null default 0;
|
|
alter table ec_oe_exam_record_data add column random_paper bit(1) not null default 0;
|
|
alter table ec_oe_exam_record_data add column paper_score double not null default 0;
|
|
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部分
|
|
MongoDB部分
|
|
暂无
|
|
暂无
|