|
|
|
@ -80,6 +80,10 @@ public class CameraInfoController extends BladeController {
|
|
|
|
|
@ApiImplicitParam(name = "isControl", value = "是否云台控制", paramType = "query", dataType = "Integer"), |
|
|
|
|
@ApiImplicitParam(name = "isHikvideo", value = "是否平台接入", paramType = "query", dataType = "Integer"), |
|
|
|
|
}) |
|
|
|
|
@OperationAnnotation(moduleName = "巡检管理", title = "智能巡检配置", |
|
|
|
|
operatorType = OperatorType.MOBILE, |
|
|
|
|
businessType = BusinessType.GENCODE, |
|
|
|
|
action = "查询巡检摄像头管理列表") |
|
|
|
|
public R<IPage<CameraInfoEntity>> list(@ApiIgnore @RequestParam Map<String,Object> cameraInfo, Query query) { |
|
|
|
|
QueryWrapper<CameraInfoEntity> queryWrapper = new QueryWrapper<>(); |
|
|
|
|
if (!Func.isEmpty(cameraInfo.get("tenantId"))) { |
|
|
|
|