修改错误的注释

This commit is contained in:
panlinlin
2021-01-06 10:01:28 +08:00
parent 730a64be07
commit 9aa9b15b62
2 changed files with 14 additions and 27 deletions

View File

@@ -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);