Commit 522fbf09 by zsy

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

parent 3e440690
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
<created_user>admin</created_user> <created_user>admin</created_user>
<created_date>2020/01/04 14:20:10.613</created_date> <created_date>2020/01/04 14:20:10.613</created_date>
<modified_user>admin</modified_user> <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> <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>
...@@ -615,16 +615,15 @@ c.show_student_rank, ...@@ -615,16 +615,15 @@ c.show_student_rank,
c.default_score, c.default_score,
a.exam_id, a.exam_id,
--a.model, --a.model,
b.exam_type as model, a.model as model,
b.exam_type, a.model as exam_type,
a.create_time as end_time, a.create_time as end_time,
case when (select count(*) from single_yuejuan_source_process.task_list where task_status=2)>0 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) 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 else '2000-01-01 00:00:00' end start_time
from single_yuejuan_source_process.task_list a 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 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> order by a.create_time limit 1</sql>
<limit>0</limit> <limit>0</limit>
<lookup/> <lookup/>
......
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
<created_user>admin</created_user> <created_user>admin</created_user>
<created_date>2020/01/04 14:20:10.613</created_date> <created_date>2020/01/04 14:20:10.613</created_date>
<modified_user>admin</modified_user> <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> <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>10.1.103.241</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>gpadmin</username>
<password>Encrypted 2be98afc86ade8781a10caf7efe98bbc3</password> <password>Encrypted 2be98afc86aa7f2e4cb13ba69fec3fd89</password>
<servername/> <servername/>
<data_tablespace/> <data_tablespace/>
<index_tablespace/> <index_tablespace/>
...@@ -609,22 +609,21 @@ ...@@ -609,22 +609,21 @@
a.id as task_id, a.id as task_id,
a.type as task_type, a.type as task_type,
a.type_id, a.type_id,
a.include_zero, c.include_zero,
a.include_absent, c.include_absent,
a.show_student_rank, c.show_student_rank,
a.default_score, c.default_score,
a.exam_id, a.exam_id,
--a.model, --a.model,
b.exam_type as model, a.model,
b.exam_type, a.model as exam_type,
a.create_time as end_time, a.create_time as end_time,
case when (select count(*) from union_yuejuan_source_process.task_list where task_status=2)>0 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) 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 else '2000-01-01 00:00:00' end start_time
from union_yuejuan_source_process.task_list a from union_yuejuan_source_process.task_list a
inner join union_yuejuan_source_process.bus_exam b 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
on a.exam_id=b.id where a.task_status=1 and a.del_flag=0 and c.del_flag=0
where a.task_status=1 and a.del_flag=0 and b.del_flag=0
order by a.create_time limit 1</sql> order by a.create_time limit 1</sql>
<limit>0</limit> <limit>0</limit>
<lookup/> <lookup/>
...@@ -640,7 +639,7 @@ order by a.create_time limit 1</sql> ...@@ -640,7 +639,7 @@ order by a.create_time limit 1</sql>
</output> </output>
</remotesteps> </remotesteps>
<GUI> <GUI>
<xloc>224</xloc> <xloc>208</xloc>
<yloc>112</yloc> <yloc>112</yloc>
<draw>Y</draw> <draw>Y</draw>
</GUI> </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