mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-12 08:37:49 +08:00
Merge pull request #1967 from Fdikc/patch-1
Update PlatformServiceImpl.java 平台级联删除
This commit is contained in:
commit
fed14aded4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user