Commit 522fbf09 by zsy

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

parent 3e440690
......@@ -429,7 +429,7 @@
<created_user>admin</created_user>
<created_date>2020/01/04 14:20:10.613</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/07/28 11:29:58.581</modified_date>
<modified_date>2021/07/30 09:48:27.052</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
......@@ -615,16 +615,15 @@ c.show_student_rank,
c.default_score,
a.exam_id,
--a.model,
b.exam_type as model,
b.exam_type,
a.model as model,
a.model as exam_type,
a.create_time as end_time,
case when (select count(*) from single_yuejuan_source_process.task_list where task_status=2)>0
then (select max(create_time) from single_yuejuan_source_process.task_list where task_status=2)
else '2000-01-01 00:00:00' end start_time
from single_yuejuan_source_process.task_list a
inner join single_yuejuan_source_process.bus_exam b on a.exam_id=b.id
inner join single_yuejuan_source_process.bus_score_param_config c on a.exam_id=c.exam_id and a.type_id=c.type_id
where a.task_status=1 and a.del_flag=0 and b.del_flag=0 and c.del_flag=0
where a.task_status=1 and a.del_flag=0 and c.del_flag=0
order by a.create_time limit 1</sql>
<limit>0</limit>
<lookup/>
......
......@@ -429,7 +429,7 @@
<created_user>admin</created_user>
<created_date>2020/01/04 14:20:10.613</created_date>
<modified_user>admin</modified_user>
<modified_date>2020/10/28 10:55:15.087</modified_date>
<modified_date>2021/07/30 09:53:54.977</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.103.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/>
......@@ -609,22 +609,21 @@
a.id as task_id,
a.type as task_type,
a.type_id,
a.include_zero,
a.include_absent,
a.show_student_rank,
a.default_score,
c.include_zero,
c.include_absent,
c.show_student_rank,
c.default_score,
a.exam_id,
--a.model,
b.exam_type as model,
b.exam_type,
a.model,
a.model as exam_type,
a.create_time as end_time,
case when (select count(*) from union_yuejuan_source_process.task_list where task_status=2)>0
then (select max(create_time) from union_yuejuan_source_process.task_list where task_status=2)
else '2000-01-01 00:00:00' end start_time
from union_yuejuan_source_process.task_list a
inner join union_yuejuan_source_process.bus_exam b
on a.exam_id=b.id
where a.task_status=1 and a.del_flag=0 and b.del_flag=0
inner join single_yuejuan_source_process.bus_score_param_config c on a.exam_id=c.exam_id and a.type_id=c.type_id
where a.task_status=1 and a.del_flag=0 and c.del_flag=0
order by a.create_time limit 1</sql>
<limit>0</limit>
<lookup/>
......@@ -640,7 +639,7 @@ order by a.create_time limit 1</sql>
</output>
</remotesteps>
<GUI>
<xloc>224</xloc>
<xloc>208</xloc>
<yloc>112</yloc>
<draw>Y</draw>
</GUI>
......
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