src/main/java/com/genersoft/iot/vmp/storager/dao/DeviceChannelMapper.java
@@ -450,4 +450,11 @@ @Select("select count(1) from wvp_device_channel") int getAllChannelCount(); /*=================设备主子码流逻辑START==============*/ @Update(value = {"UPDATE wvp_device_channel SET stream_id=null WHERE device_id=#{deviceId}"}) void clearPlay(String deviceId); /*=================设备主子码流逻辑END==============*/ }