| | |
| | | DeviceChannel deviceChannel = deviceChannelMapper.queryChannel(streamInfo.getDeviceID(), streamInfo.getCahnnelId()); |
| | | if (deviceChannel != null) { |
| | | deviceChannel.setStreamId(null); |
| | | deviceChannel.setPlay(false); |
| | | deviceChannel.setDeviceId(streamInfo.getDeviceID()); |
| | | deviceChannelMapper.update(deviceChannel); |
| | | } |
| | |
| | | DeviceChannel deviceChannel = deviceChannelMapper.queryChannel(streamInfo.getDeviceID(), streamInfo.getCahnnelId()); |
| | | if (deviceChannel != null) { |
| | | deviceChannel.setStreamId(null); |
| | | deviceChannel.setPlay(false); |
| | | deviceChannel.setDeviceId(streamInfo.getDeviceID()); |
| | | deviceChannelMapper.update(deviceChannel); |
| | | } |