优化通道刷新

This commit is contained in:
648540858
2022-04-12 11:04:08 +08:00
parent 40fb794798
commit c2e2e24551
6 changed files with 55 additions and 38 deletions

View File

@@ -274,7 +274,7 @@ public class VideoManagerStorageImpl implements IVideoManagerStorage {
channels = deviceChannelList;
}
if (stringBuilder.length() > 0) {
logger.debug("[目录查询]收到的数据存在重复: {}" , stringBuilder);
logger.info("[目录查询]收到的数据存在重复: {}" , stringBuilder);
}
try {
int cleanChannelsResult = deviceChannelMapper.cleanChannelsNotInList(deviceId, channels);