|
@@ -1630,7 +1630,7 @@
|
|
<sql id="getTimeOnlineDataCommon">
|
|
<sql id="getTimeOnlineDataCommon">
|
|
select
|
|
select
|
|
t.hour,
|
|
t.hour,
|
|
- count(distinct t.examRecordId) as onlineCount,
|
|
|
|
|
|
+ count(t.examRecordId) as onlineCount,
|
|
0 as offlineCount
|
|
0 as offlineCount
|
|
from
|
|
from
|
|
(
|
|
(
|
|
@@ -1655,7 +1655,7 @@
|
|
select
|
|
select
|
|
t.hour,
|
|
t.hour,
|
|
0 as onlineCount,
|
|
0 as onlineCount,
|
|
- count(distinct t.examRecordId) as offlineCount
|
|
|
|
|
|
+ count(t.examRecordId) as offlineCount
|
|
from
|
|
from
|
|
(
|
|
(
|
|
select
|
|
select
|