|
@@ -453,7 +453,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
CameraDetail cameraDetail = cameraDetailService.getByCameraId(scenePlus.getCameraId());
|
|
CameraDetail cameraDetail = cameraDetailService.getByCameraId(scenePlus.getCameraId());
|
|
- if(Objects.isNull(cameraDetail)){
|
|
|
|
|
|
+ if(Objects.isNull(cameraDetail) || Objects.isNull(cameraDetail.getCompanyId()) || cameraDetail.getCompanyId() != 30){
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|