Commit d989f93a by zsy

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

parent 30e702d1
......@@ -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/08/04 15:50:23.639</modified_date>
<modified_date>2021/08/05 15:47:40.365</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
......@@ -565,7 +565,7 @@ case when (select count(*) from single_yuejuan_source_process.task_list where ta
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
where a.del_flag=0
where a.del_flag=0 and task_status=1
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>2021/08/04 15:50:24.681</modified_date>
<modified_date>2021/08/05 15:48:05.372</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
......@@ -565,7 +565,7 @@ case when (select count(*) from union_yuejuan_source_process.task_list where tas
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
where a.del_flag=0
where a.del_flag=0 and task_status=1
order by a.create_time limit 1</sql>
<limit>0</limit>
<lookup/>
......
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