mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-23 13:37:49 +08:00
修复NOTIFY消息更新通道
This commit is contained in:
parent
f205a86c31
commit
89650c6d89
@ -548,7 +548,7 @@ public interface DeviceChannelMapper {
|
|||||||
", gps_time=#{item.gpsTime}" +
|
", gps_time=#{item.gpsTime}" +
|
||||||
", stream_identification=#{item.streamIdentification}" +
|
", stream_identification=#{item.streamIdentification}" +
|
||||||
", channel_type=#{item.channelType}" +
|
", channel_type=#{item.channelType}" +
|
||||||
" WHERE device_id=#{item.deviceId}" +
|
" WHERE device_db_id = #{item.deviceDbId} and device_id=#{item.deviceId}" +
|
||||||
"</foreach>" +
|
"</foreach>" +
|
||||||
"</script>"})
|
"</script>"})
|
||||||
int batchUpdateForNotify(List<DeviceChannel> updateChannels);
|
int batchUpdateForNotify(List<DeviceChannel> updateChannels);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user