|
@@ -544,7 +544,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
log.error("该相机详情不存在:" + cameraName);
|
|
log.error("该相机详情不存在:" + cameraName);
|
|
throw new BusinessException(CameraConstant.FAILURE_6003);
|
|
throw new BusinessException(CameraConstant.FAILURE_6003);
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ log.info("相机详情:{}",JSONObject.toJSONString(cameraDetail));
|
|
// 判断是否是正顺的场景,如果是正顺的场景,则发送到原来的系统进行计算
|
|
// 判断是否是正顺的场景,如果是正顺的场景,则发送到原来的系统进行计算
|
|
if (!ObjectUtils.isEmpty(cameraDetail.getCompanyId())
|
|
if (!ObjectUtils.isEmpty(cameraDetail.getCompanyId())
|
|
&& (cameraDetail.getCompanyId().equals(1L) || cameraDetail.getCompanyId().equals(15L))) {
|
|
&& (cameraDetail.getCompanyId().equals(1L) || cameraDetail.getCompanyId().equals(15L))) {
|