Update PlatformServiceImpl.java 平台级联删除

平台级联删除
This commit is contained in:
Dylan 2025-09-03 19:26:05 +08:00 committed by GitHub
parent 04742531fc
commit dc5a66753c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -889,6 +889,9 @@ public class PlatformServiceImpl implements IPlatformService, CommandLineRunner
subscribeHolder.removeCatalogSubscribe(platform.getServerGBId());
subscribeHolder.removeMobilePositionSubscribe(platform.getServerGBId());
if (callback != null) {
callback.run(true);
}
}
@Override