src/main/java/com/genersoft/iot/vmp/vmanager/gb28181/device/DeviceQuery.java
@@ -99,7 +99,7 @@ @GetMapping("/devices") public PageInfo<Device> devices(int page, int count){ return storager.queryVideoDeviceList(page, count); return storager.queryVideoDeviceList(page, count,null); } /**