Commit c5153a38 by zsy

zsy

parent 2c8f9711
......@@ -428,7 +428,7 @@
<created_user/>
<created_date>2020/10/27 07:07:10.565</created_date>
<modified_user>admin</modified_user>
<modified_date>2020/10/27 11:15:30.952</modified_date>
<modified_date>2020/12/16 14:24:37.192</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
......@@ -551,7 +551,7 @@
</partitioning>
<connection>intelligent_union_yuejuan_test_neiwang</connection>
<sql>select
DATE_FORMAT(NOW(), '%Y/%m/%d %T') as end_time;
DATE_FORMAT(date_sub(NOW(),interval 1 second), '%Y/%m/%d %T') as end_time;
</sql>
<limit>0</limit>
<lookup/>
......
......@@ -428,7 +428,7 @@
<created_user/>
<created_date>2020/10/27 07:07:10.581</created_date>
<modified_user>admin</modified_user>
<modified_date>2020/12/03 18:35:34.262</modified_date>
<modified_date>2020/12/16 14:19:38.438</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
......@@ -540,7 +540,7 @@
<connection>intelligent_monitor_test_greenplum_neiwang</connection>
<sql>select
(case when (select count(id) from union_yuejuan_source_process.gp_time_interval where status=1)>0
then (select max(end_time)-interval '3 s' from union_yuejuan_source_process.gp_time_interval where status=1)
then (select max(end_time)-interval '4 s' from union_yuejuan_source_process.gp_time_interval where status=1)
else '2000-01-01 00:00:00' end) as start_time</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