|
@@ -1062,7 +1062,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
String path = sceneProEntity.getDataSource();
|
|
|
String ossPath = path.replace("/mnt/data","home");
|
|
|
if(!fYunFileService.fileExist(ossPath)){
|
|
|
- throw new BusinessException(LoginConstant.FAILURE_CODE_3003, "原始资源不存在");
|
|
|
+ throw new BusinessException(LoginConstant.FAILURE_CODE_3037, LoginConstant.FAILURE_MSG_3037);
|
|
|
}
|
|
|
|
|
|
// 获取最新的场景名称
|