修复国标接连选择通道相关的问题

This commit is contained in:
648540858
2023-10-12 16:36:07 +08:00
parent 205f1f1f60
commit 7d6aaf3bb0
4 changed files with 54 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ public class PlatformChannelServiceImpl implements IPlatformChannelService {
return 0;
}
if (ObjectUtils.isEmpty(catalogId)) {
catalogId = platform.getDeviceGBId();
catalogId = null;
}
if ((result = platformChannelMapper.delChannelForGBByCatalogId(platformId, catalogId)) > 0) {