648540858
2021-10-29 c35932e24cf9dda9ef396ab5a45fb1a6e5539748
src/main/java/com/genersoft/iot/vmp/web/ApiDeviceController.java
@@ -14,7 +14,7 @@
import java.util.List;
/**
 * 兼容LiveGBS的API:设备信息
 * API兼容:设备信息
 */
@SuppressWarnings("unchecked")
@CrossOrigin
@@ -53,8 +53,6 @@
        if (logger.isDebugEnabled()) {
            logger.debug("查询所有视频设备API调用");
        }
        logger.debug("查询所有视频设备API调用");
        JSONObject result = new JSONObject();
        List<Device> devices;
        if (start == null || limit ==null) {