修改错误的注释
This commit is contained in:
@@ -102,8 +102,6 @@ public class VideoManagerStoragerImpl implements IVideoManagerStorager {
|
||||
return new PageInfo<>(all);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public List<DeviceChannel> queryChannelsByDeviceId(String deviceId) {
|
||||
return deviceChannelMapper.queryChannelsByDeviceId(deviceId, null,null, null, null);
|
||||
|
||||
Reference in New Issue
Block a user