648540858
2023-03-08 c5ff8113780960c55de98c0b9f3b1f895dd828e2
src/main/java/com/genersoft/iot/vmp/web/gb28181/ApiDeviceController.java
@@ -109,12 +109,6 @@
//        }
        JSONObject result = new JSONObject();
        // 查询设备是否存在
        Device device = storager.queryVideoDevice(serial);
        if (device == null) {
            result.put("ChannelCount", 0);
            result.put("ChannelList", "[]");
            return result;
        }
        List<DeviceChannel> deviceChannels;
        List<String> channelIds = null;
        if (!StringUtils.isEmpty(code)) {