Commit 31d1da2a by zsy

zsy

parent b2223d5a
...@@ -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/10/27 13:23:40.726</modified_date> <modified_date>2020/11/02 16:10:55.020</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>
...@@ -541,6 +541,10 @@ where b.is_execute=0 and a.exam_id=b.exam_id and a.subject_id=b.subject_id and a ...@@ -541,6 +541,10 @@ 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
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;
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.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