临时提交

This commit is contained in:
648540858
2024-08-28 18:00:42 +08:00
parent ddf917d127
commit 1efb5fca0f
5 changed files with 76 additions and 0 deletions

View File

@@ -319,6 +319,7 @@ public class PlatformServiceImpl implements IPlatformService {
if (subscribeHolder.getCatalogSubscribe(platform.getServerGBId()) == null) {
log.info("[国标级联]{}, 添加自动通道推送模拟订阅信息", platform.getServerGBId());
addSimulatedSubscribeInfo(platform);
}
}else {
SubscribeInfo catalogSubscribe = subscribeHolder.getCatalogSubscribe(platform.getServerGBId());