|
@@ -12,6 +12,7 @@ delete from mark_arbitrate_history where exam_id in (select id from basic_exam w
|
|
|
delete from mark_document where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from mark_group where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from mark_group_student where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
+delete from mark_header_history where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from mark_header_subjective_score where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from mark_header_tag where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from mark_header_track where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
@@ -26,7 +27,8 @@ delete from mark_subjective_score where exam_id in (select id from basic_exam wh
|
|
|
delete from mark_task where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from mark_track where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from mark_user_class where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
-delete from mark_user_group where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
+delete from mark_user_paper where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
+delete from mark_user_question where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from scan_answer_card where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from scan_answer_card_subject where exam_id in (select id from basic_exam where school_id = #{schoolId});
|
|
|
delete from scan_batch_paper where batch_id in (select id from scan_batch where exam_id in (select id from basic_exam where school_id = #{schoolId}));
|
|
@@ -74,6 +76,7 @@ DELETE t FROM obe_requirement_target_matrix t where t.culture_program_id in (sel
|
|
|
DELETE t FROM obe_culture_program t where t.school_id = #{schoolId};
|
|
|
|
|
|
DELETE t FROM exam_card t where t.school_id = #{schoolId};
|
|
|
+DELETE t FROM exam_card_model_four t where t.school_id = #{schoolId};
|
|
|
DELETE t FROM exam_detail t where t.school_id = #{schoolId};
|
|
|
DELETE t FROM exam_detail_course t where t.school_id = #{schoolId};
|
|
|
DELETE t FROM exam_print_plan t where t.school_id = #{schoolId};
|