|
@@ -1365,7 +1365,7 @@
|
|
#{roomCode}
|
|
#{roomCode}
|
|
</foreach>
|
|
</foreach>
|
|
and (t.STATUS = 'FINISHED'
|
|
and (t.STATUS = 'FINISHED'
|
|
- or t.STATUS = 'PERSISTED')
|
|
|
|
|
|
+ or t.STATUS = 'PERSISTED') and t.first_start_time is not null
|
|
union all
|
|
union all
|
|
select
|
|
select
|
|
count(distinct t.id) as c
|
|
count(distinct t.id) as c
|