Compare commits

..

1 Commits

Author SHA1 Message Date
田朝盛
b9206a6670
Pre Merge pull request !39 from 田朝盛/N/A 2025-08-27 02:01:39 +00:00

View File

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