支持级联移动位置订阅通知转发

This commit is contained in:
648540858
2024-03-28 16:28:41 +08:00
parent f1fed36cf3
commit f1e902af7f
12 changed files with 208 additions and 95 deletions

View File

@@ -395,7 +395,7 @@ public interface DeviceChannelMapper {
"WHERE device_id=#{deviceId} " +
" <if test='channelId != null' > AND channel_id=#{channelId}</if>" +
" </script>"})
void updatePosition(DeviceChannel deviceChannel);
int updatePosition(DeviceChannel deviceChannel);
@Select("SELECT * FROM wvp_device_channel WHERE length(trim(stream_id)) > 0")
List<DeviceChannel> getAllChannelInPlay();