Commit 7499d546 by luofeng

fix:赋分规则数据回滚

parent 3455b334
......@@ -423,13 +423,26 @@
<partitionschemas>
</partitionschemas>
<slaveservers>
<slaveserver>
<name>10.1.104.244</name>
<hostname>10.1.104.244</hostname>
<port>8081</port>
<webAppName/>
<username>carte</username>
<password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password>
<proxy_hostname/>
<proxy_port/>
<non_proxy_hosts/>
<master>N</master>
<sslMode>N</sslMode>
</slaveserver>
</slaveservers>
<clusterschemas>
</clusterschemas>
<created_user>admin</created_user>
<created_date>2020/01/04 14:18:01.920</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/05/14 10:19:23.781</modified_date>
<modified_date>2021/10/27 13:28:23.381</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
......@@ -437,13 +450,13 @@
</notepads>
<connection>
<name>intelligent_greenplum_neiwang</name>
<server>gp-8vb6gifi3l9404qmz-master.gpdbmaster.zhangbei.rds.aliyuncs.com</server>
<server>10.1.104.241</server>
<type>POSTGRESQL</type>
<access>Native</access>
<database>intelligent</database>
<database>intelligent_dev</database>
<port>5432</port>
<username>wlyuejuan</username>
<password>Encrypted 2be98c5bc13cd8ba4bc15a464c7c3fd89</password>
<username>gpadmin</username>
<password>Encrypted 2be98afc86aa7f2e4cb13ba69fec3fd89</password>
<servername/>
<data_tablespace/>
<index_tablespace/>
......@@ -539,7 +552,8 @@ delete from single_yuejuan_report.student_class_exceed_rate where exam_id =${exa
delete from single_yuejuan_report.student_subject_compare where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_report.question_statistics where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_report.score_proportion_class where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_report.score_proportion_school where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_report.score_proportion_school where exam_id =${exam_id} and type_id=${type_id};
delete from single_yuejuan_report.fufen_rule where exam_id =${exam_id} and type_id=${type_id};
-----------
......@@ -578,7 +592,8 @@ vacuum single_yuejuan_report.student_class_exceed_rate;
vacuum single_yuejuan_report.student_subject_compare;
vacuum single_yuejuan_report.question_statistics;
vacuum single_yuejuan_report.score_proportion_class;
vacuum single_yuejuan_report.score_proportion_school; </sql>
vacuum single_yuejuan_report.score_proportion_school;
vacuum single_yuejuan_report.fufen_rule;</sql>
<set_params>N</set_params>
<insert_field/>
<update_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