Commit a3c37b60 by luofeng

fix:新高考赋分学生班级、选课组合数据回滚bug修复

parent fc834710
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<trans_version/> <trans_version/>
<trans_type>Normal</trans_type> <trans_type>Normal</trans_type>
<trans_status>0</trans_status> <trans_status>0</trans_status>
<directory>/intelligent/single_yuejuan/analysis/roll_back</directory> <directory>/</directory>
<parameters> <parameters>
</parameters> </parameters>
<log> <log>
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
<created_user>admin</created_user> <created_user>admin</created_user>
<created_date>2020/08/14 09:30:43.519</created_date> <created_date>2020/08/14 09:30:43.519</created_date>
<modified_user>admin</modified_user> <modified_user>admin</modified_user>
<modified_date>2021/05/14 10:19:15.627</modified_date> <modified_date>2021/10/27 14:52:15.217</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>
...@@ -524,6 +524,10 @@ delete from single_yuejuan_fundamental.fundamental_exam_subject where exam_id =$ ...@@ -524,6 +524,10 @@ delete from single_yuejuan_fundamental.fundamental_exam_subject where exam_id =$
delete from single_yuejuan_fundamental.fundamental_score_entrust_config where exam_id =${exam_id} and type_id=${type_id}; delete from single_yuejuan_fundamental.fundamental_score_entrust_config where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_fundamental.fundamental_proportion_structure_config where exam_id =${exam_id} and type_id=${type_id}; delete from single_yuejuan_fundamental.fundamental_proportion_structure_config where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_fundamental.fundamental_zero_absent where exam_id =${exam_id} and type_id=${type_id}; delete from single_yuejuan_fundamental.fundamental_zero_absent where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_fundamental.fundamental_exam_subject_select where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_fundamental.fundamental_exam_subject_select_class where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_fundamental.fundamental_exam_subject_select_type where exam_id =${exam_id} and type_id=${type_id};
---------------------- ----------------------
vacuum single_yuejuan_fundamental.fundamental_bus_exam_student; vacuum single_yuejuan_fundamental.fundamental_bus_exam_student;
...@@ -545,6 +549,9 @@ vacuum single_yuejuan_fundamental.fundamental_segment_structure_config; ...@@ -545,6 +549,9 @@ vacuum single_yuejuan_fundamental.fundamental_segment_structure_config;
vacuum single_yuejuan_fundamental.fundamental_exam_subject; vacuum single_yuejuan_fundamental.fundamental_exam_subject;
vacuum single_yuejuan_fundamental.fundamental_score_entrust_config; vacuum single_yuejuan_fundamental.fundamental_score_entrust_config;
vacuum single_yuejuan_fundamental.fundamental_proportion_structure_config; vacuum single_yuejuan_fundamental.fundamental_proportion_structure_config;
vacuum single_yuejuan_fundamental.fundamental_exam_subject_select;
vacuum single_yuejuan_fundamental.fundamental_exam_subject_select_class;
vacuum single_yuejuan_fundamental.fundamental_exam_subject_select_type;
</sql> </sql>
<set_params>N</set_params> <set_params>N</set_params>
<insert_field/> <insert_field/>
......
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