|
@@ -1121,7 +1121,8 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
|
|
|
String ossPath = scenePlusExt.getDataSource().replace("/mnt/data","home")+"/data.fdage";
|
|
String ossPath = scenePlusExt.getDataSource().replace("/mnt/data","home")+"/data.fdage";
|
|
if(!fYunFileService.fileExist(ossPath)){
|
|
if(!fYunFileService.fileExist(ossPath)){
|
|
- throw new BusinessException(LoginConstant.FAILURE_CODE_3007, LoginConstant.FAILURE_MSG_3007);
|
|
|
|
|
|
+ throw new BusinessException(LoginConstant.FAILURE_CODE_3037, LoginConstant.FAILURE_MSG_3037);
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|