gaofw189
2023-02-07 c2e26291ceb940892b266852a671deda8f2cd952
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);
   }
   /**