Commit a9360707 by zsy

zsy--分析参数搬到阅卷修改

parent 513655dc
......@@ -429,7 +429,7 @@
<created_user>admin</created_user>
<created_date>2020/01/04 14:16:56.153</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/05/14 10:18:54.413</modified_date>
<modified_date>2021/08/16 16:03:01.826</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
......@@ -437,13 +437,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>
<port>5432</port>
<username>wlyuejuan</username>
<password>Encrypted 2be98c5bc13cd8ba4bc15a464c7c3fd89</password>
<username>gpadmin</username>
<password>Encrypted 2be98afc86aa7f2e4cb13ba69fec3fd89</password>
<servername/>
<data_tablespace/>
<index_tablespace/>
......
......@@ -429,7 +429,7 @@
<created_user>admin</created_user>
<created_date>2020/01/04 14:16:56.153</created_date>
<modified_user>admin</modified_user>
<modified_date>2020/10/28 10:49:17.745</modified_date>
<modified_date>2021/08/16 16:03:04.713</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
......@@ -437,13 +437,13 @@
</notepads>
<connection>
<name>intelligent_greenplum_neiwang</name>
<server>192.168.4.248</server>
<server>10.1.104.241</server>
<type>POSTGRESQL</type>
<access>Native</access>
<database>intelligent_dev</database>
<database>intelligent</database>
<port>5432</port>
<username>yuejuan</username>
<password>Encrypted 2be98afc86ade8781a10caf7efe98bbc3</password>
<username>gpadmin</username>
<password>Encrypted 2be98afc86aa7f2e4cb13ba69fec3fd89</password>
<servername/>
<data_tablespace/>
<index_tablespace/>
......@@ -511,6 +511,7 @@ select union_yuejuan_fundamental.union_subject_type(${exam_id},${task_type},${ty
select union_yuejuan_fundamental.union_total_subject(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_segment10(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_segment50(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_exam_subject(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_q_k_relation(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_fufen(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_subject_score_rank(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
......@@ -519,7 +520,7 @@ select union_yuejuan_fundamental.union_total_score_rank(${exam_id},${task_type},
select union_yuejuan_fundamental.union_exam_student(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_question_details(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_segment_structure_config(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_exam_subject(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_score_entrust_config(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_proportion_structure_config(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});
select union_yuejuan_fundamental.union_zero_absent(${exam_id},${task_type},${type_id},${model},${include_zero},${include_absent},${default_score},${show_student_rank});</sql>
......
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