Merge pull request #1270 from hexq/playback

Playback
This commit is contained in:
648540858
2024-03-05 10:41:22 +08:00
committed by GitHub
2 changed files with 17 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ public class PlatformChannelServiceImpl implements IPlatformChannelService {
deviceChannelList.add(deviceChannel);
}
return deviceChannelList;
} else if (catalog == null || !catalogId.equals(platform.getDeviceGBId())) {
} else if (catalog == null && !catalogId.equals(platform.getDeviceGBId())) {
logger.warn("未查询到目录{}的信息", catalogId);
return null;
}