648540858
2021-11-22 dda68ac0441a9197fe5accc70e7a8e9e20715f88
src/main/java/com/genersoft/iot/vmp/service/impl/DeviceServiceImpl.java
@@ -47,7 +47,7 @@
        if (device == null || device.getSubscribeCycleForCatalog() < 0) {
            return false;
        }
        logger.info("移除目录订阅【{}】", device.getDeviceId());
        logger.info("移除目录订阅: {}", device.getDeviceId());
        dynamicTask.stopCron(device.getDeviceId());
        device.setSubscribeCycleForCatalog(0);
        sipCommander.catalogSubscribe(device, null, null);