648540858
2023-02-07 922a9e8b3216ee5b6fd36ce607eaa81f6adf70ca
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);
   }
   /**