Merge branch '648540858:wvp-28181-2.0' into wvp-28181-2.0

This commit is contained in:
xu-bin-bin
2023-10-13 08:55:27 +08:00
committed by GitHub
4 changed files with 56 additions and 18 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) {