|
@@ -204,7 +204,8 @@ public class AppSceneService {
|
|
|
if(StringUtils.isBlank(sceneCallPath)){
|
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5009, SceneConstant.FAILURE_MSG_5009);
|
|
|
}
|
|
|
- return getReturnMap(-1,null,sceneNum,null,null,1,sceneCallPath);
|
|
|
+ return getReturnMap(-1,null,sceneNum,null,
|
|
|
+ "/mnt/data/"+camera.getSnCode()+"/"+exceedSpaceScene.getFileId()+"/"+exceedSpaceScene.getUnicode(),1,sceneCallPath);
|
|
|
}
|
|
|
}
|
|
|
Integer payStatus = scenePro == null ? scenePlus.getPayStatus() : scenePro.getPayStatus();
|