chenzhangyue
2023-09-06 1d0c9c6a31cd8e15a5fc270d0a942807fd6187b9
src/main/java/com/genersoft/iot/vmp/service/impl/DeviceServiceImpl.java
@@ -511,6 +511,10 @@
        if (!ObjectUtils.isEmpty(device.getSdpIp())) {
            deviceInStore.setSdpIp(device.getSdpIp());
        }
        if (!ObjectUtils.isEmpty(device.getPassword())) {
            deviceInStore.setPassword(device.getPassword());
        }
        //  目录订阅相关的信息
        if (device.getSubscribeCycleForCatalog() > 0) {