Commit 5187d4d7 by zsy

zsy

parent 206cc833
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
<created_user>admin</created_user> <created_user>admin</created_user>
<created_date>2020/01/04 14:18:01.920</created_date> <created_date>2020/01/04 14:18:01.920</created_date>
<modified_user>admin</modified_user> <modified_user>admin</modified_user>
<modified_date>2021/01/25 16:16:30.288</modified_date> <modified_date>2021/05/20 14:14:55.783</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>
...@@ -437,13 +437,13 @@ ...@@ -437,13 +437,13 @@
</notepads> </notepads>
<connection> <connection>
<name>intelligent_greenplum_neiwang</name> <name>intelligent_greenplum_neiwang</name>
<server>192.168.4.248</server> <server>gp-8vb6gifi3l9404qmz-master.gpdbmaster.zhangbei.rds.aliyuncs.com</server>
<type>POSTGRESQL</type> <type>POSTGRESQL</type>
<access>Native</access> <access>Native</access>
<database>intelligent_dev</database> <database>intelligent</database>
<port>5432</port> <port>5432</port>
<username>yuejuan</username> <username>wlyuejuan</username>
<password>Encrypted 2be98afc86ade8781a10caf7efe98bbc3</password> <password>Encrypted 2be98c5bc13cd8ba4bc15a464c7c3fd89</password>
<servername/> <servername/>
<data_tablespace/> <data_tablespace/>
<index_tablespace/> <index_tablespace/>
...@@ -533,7 +533,7 @@ delete from single_yuejuan_source_process.tenant where id in (select id from sin ...@@ -533,7 +533,7 @@ delete from single_yuejuan_source_process.tenant where id in (select id from sin
delete from single_yuejuan_source_process.bus_scan_model where exam_id = ${exam_id}; delete from single_yuejuan_source_process.bus_scan_model where exam_id = ${exam_id};
delete from single_yuejuan_source_process.bus_scan_student_paper where exam_id = ${exam_id}; delete from single_yuejuan_source_process.bus_scan_student_paper where exam_id = ${exam_id};
delete from single_yuejuan_source_process.bus_subjective_question_coordinate where exam_id = ${exam_id}; delete from single_yuejuan_source_process.bus_subjective_question_coordinate where exam_id = ${exam_id};
delete from single_yuejuan_source_process.zh_subject_spilt_score where id = ${exam_id}; delete from single_yuejuan_source_process.zh_subject_spilt_score where exam_id = ${exam_id};
------------------- -------------------
vacuum single_yuejuan_source_process.gp_exam_subject_score; vacuum single_yuejuan_source_process.gp_exam_subject_score;
......
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