|
@@ -3,7 +3,7 @@
|
|
<mapper namespace="com.ozs.mapper.TerminalHeartbeatLogMapper">
|
|
<mapper namespace="com.ozs.mapper.TerminalHeartbeatLogMapper">
|
|
|
|
|
|
<select id="terminalHeartbeatLogList" resultType="com.ozs.entity.TerminalHeartbeatLog">
|
|
<select id="terminalHeartbeatLogList" resultType="com.ozs.entity.TerminalHeartbeatLog">
|
|
- SELECT camera_code
|
|
|
|
|
|
+ SELECT camera_code,channel
|
|
FROM (
|
|
FROM (
|
|
SELECT DISTINCT camera_code
|
|
SELECT DISTINCT camera_code
|
|
FROM terminal_heartbeat_log
|
|
FROM terminal_heartbeat_log
|