|
@@ -74,7 +74,8 @@
|
|
|
where
|
|
|
t1.id = t.update_id) as updateName
|
|
|
from t_e_exam t
|
|
|
- <where> t.monitor_status <![CDATA[ <> ]]> 'FINISHED'
|
|
|
+ <where> 1=1
|
|
|
+ <!--and t.monitor_status <![CDATA[ <> ]]> 'FINISHED'-->
|
|
|
<if test="userId != null and userId != ''">
|
|
|
and t.start_time <![CDATA[ <= ]]> unix_timestamp(current_timestamp()) * 1000
|
|
|
and t.end_time <![CDATA[ >= ]]> unix_timestamp(current_timestamp()) * 1000
|