Merge pull request #1967 from Fdikc/patch-1

Update PlatformServiceImpl.java 平台级联删除
This commit is contained in:
648540858 2025-09-04 09:08:17 +08:00 committed by GitHub
commit fed14aded4
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