panlinlin
2021-04-14 cb5849d8a14f55241c44bdf6724b18de7950564d
src/main/java/com/genersoft/iot/vmp/conf/SipPlatformRunner.java
@@ -33,6 +33,9 @@
        // 设置所有平台离线
        storager.outlineForAllParentPlatform();
        // 清理所有平台注册缓存
        redisCatchStorage.cleanPlatformRegisterInfos();
        List<ParentPlatform> parentPlatforms = storager.queryEnableParentPlatformList(true);
        for (ParentPlatform parentPlatform : parentPlatforms) {