|
@@ -414,7 +414,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
if(!oldCameraDetail.getType().equals(cameraDetail.getType())){
|
|
|
throw new BusinessException(ResultCode.CAMERA_TYPE_NOT_ERROR);
|
|
|
}
|
|
|
- String home = dataSource.replace("/mnt/data", "home");
|
|
|
+ String home = dataSource.replace("/mnt/data", "home")+"/data.fdage";
|
|
|
if(!fYunFileServiceInterface.fileExist(home)){
|
|
|
throw new BusinessException(ResultCode.MOVE_ERROR);
|
|
|
}
|