Commit d010408e by zsy

zsy

parent 31d1da2a
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
<created_user/> <created_user/>
<created_date>2020/10/27 07:07:09.772</created_date> <created_date>2020/10/27 07:07:09.772</created_date>
<modified_user>admin</modified_user> <modified_user>admin</modified_user>
<modified_date>2020/11/02 16:10:55.020</modified_date> <modified_date>2020/11/03 09:17:07.279</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private> <is_key_private>N</is_key_private>
</info> </info>
...@@ -543,15 +543,15 @@ where b.is_execute=0 and a.exam_id=b.exam_id and a.subject_id=b.subject_id and a ...@@ -543,15 +543,15 @@ where b.is_execute=0 and a.exam_id=b.exam_id and a.subject_id=b.subject_id and a
------------------------- -------------------------
delete from union_yuejuan_source_process.bus_student_subj_ques_score a delete from union_yuejuan_source_process.bus_student_subj_ques_score a
using union_yuejuan_source_process.bus_exam_question_del_log b using union_yuejuan_source_process.bus_exam_question_del_log b
where b.is_execute=0 and a.exam_id=b.exam_id and a.subject_id=b.subject_id and b.oper_type=2; where b.is_execute=0 and a.exam_id=b.exam_id and a.subject_id=b.subject_id and b.question_config_id=a.subj_ques_config_id and b.oper_type=2;
delete from union_yuejuan_source_process.bus_student_subj_ques_score_record a delete from union_yuejuan_source_process.bus_student_subj_ques_score_record a
using union_yuejuan_source_process.bus_exam_question_del_log b using union_yuejuan_source_process.bus_exam_question_del_log b
where b.is_execute=0 and a.exam_id=b.exam_id and a.subject_id=b.subject_id and b.oper_type=2; where b.is_execute=0 and a.exam_id=b.exam_id and a.subject_id=b.subject_id and b.question_config_id=a.subj_ques_config_id and b.oper_type=2;
delete from union_yuejuan_source_process.bus_student_subj_ques_arbitrate_record a delete from union_yuejuan_source_process.bus_student_subj_ques_arbitrate_record a
using union_yuejuan_source_process.bus_exam_question_del_log b using union_yuejuan_source_process.bus_exam_question_del_log b
where b.is_execute=0 and a.exam_id=b.exam_id and a.subject_id=b.subject_id and b.oper_type=2; where b.is_execute=0 and a.exam_id=b.exam_id and a.subject_id=b.subject_id and b.question_config_id=a.subj_ques_config_id and b.oper_type=2;
------------------------- -------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment