|
@@ -21,6 +21,11 @@ alter table ec_m_mark_work_exam add column data_end bit(1) not null default 1;
|
|
|
alter table ec_m_mark_range add column course_id bigint(20) default null ;
|
|
|
alter table ec_m_mark_range add column random_paper bit(1) default null ;
|
|
|
|
|
|
+alter table ec_m_mark_result add column arbitrate bit(1) default null;
|
|
|
+alter table ec_m_mark_result add column arbitrate_user bigint(20) default null;
|
|
|
+alter table ec_m_mark_result add column arbitrate_time datetime default null;
|
|
|
+
|
|
|
+
|
|
|
|
|
|
update ec_m_mark_range t
|
|
|
INNER JOIN (select distinct f.base_paper_id,f.course_id,f.random_paper from ec_m_student_paper f ) tm
|