添加金仓数据库x86驱动,优化兼容接口通道列表查询。修复多个通道同时推送
This commit is contained in:
@@ -250,9 +250,6 @@ public class GbStreamServiceImpl implements IGbStreamService {
|
||||
if (platform == null) {
|
||||
return ;
|
||||
}
|
||||
if (ObjectUtils.isEmpty(catalogId)) {
|
||||
catalogId = platform.getDeviceGBId();
|
||||
}
|
||||
if (platformGbStreamMapper.delByPlatformAndCatalogId(platformId, catalogId) > 0) {
|
||||
List<GbStream> gbStreams = platformGbStreamMapper.queryChannelInParentPlatformAndCatalog(platformId, catalogId);
|
||||
List<DeviceChannel> deviceChannelList = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user