优化兼容接口

This commit is contained in:
jiang
2022-12-28 10:58:48 +08:00
parent 276f077dc7
commit 37e973949f
8 changed files with 48 additions and 30 deletions

View File

@@ -99,7 +99,7 @@ public class DeviceQuery {
@GetMapping("/devices")
public PageInfo<Device> devices(int page, int count){
return storager.queryVideoDeviceList(page, count);
return storager.queryVideoDeviceList(page, count,null);
}
/**