|
@@ -49,6 +49,7 @@ public class UserController extends BaseController {
|
|
if(cameraParam.getUserId() == null){
|
|
if(cameraParam.getUserId() == null){
|
|
throw new BusinessException(ResultCode.PARAM_MISS);
|
|
throw new BusinessException(ResultCode.PARAM_MISS);
|
|
}
|
|
}
|
|
|
|
+ cameraParam.setAgentId(getAgent().getId());
|
|
return ResultData.ok(cameraService.pageList(cameraParam));
|
|
return ResultData.ok(cameraService.pageList(cameraParam));
|
|
}
|
|
}
|
|
}
|
|
}
|