@@ -538,7 +538,7 @@ delete from single_yuejuan_source_process.report_exam_subject where exam_id = ${
delete from single_yuejuan_source_process.bus_exam_subject where id in (select id from single_yuejuan_source.bus_exam_subject);
delete from single_yuejuan_source_process.dic_question_type where id in (select id from single_yuejuan_source.dic_question_type);
delete from single_yuejuan_source_process.dic_select_subject where id in (select id from single_yuejuan_source.dic_select_subject);
delete from single_yuejuan_source_process.dic_subject_select_type where id in(select id from single_yuejuan_source.dic_subject_select_type);
delete from single_yuejuan_source_process.dic_subject_select_type where subject_type_code in(select subject_type_code from single_yuejuan_source.dic_subject_select_type);
---------------------------
delete from single_yuejuan_source_process.bus_marking_person where exam_id = ${exam_id};