|
@@ -881,10 +881,10 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
HttpUtil.downloadFile(filePath, subFilePath);
|
|
HttpUtil.downloadFile(filePath, subFilePath);
|
|
}
|
|
}
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
- throw new BusinessException(ErrorCode.FAILURE_CODE_5063);
|
|
|
|
|
|
+ throw new BusinessException(ErrorCode.FAILURE_CODE_5063.code(), "原始资源压缩包下载失败");
|
|
}
|
|
}
|
|
if(!FileUtil.exist(localFilePath)){
|
|
if(!FileUtil.exist(localFilePath)){
|
|
- throw new BusinessException(ErrorCode.FAILURE_CODE_5063);
|
|
|
|
|
|
+ throw new BusinessException(ErrorCode.FAILURE_CODE_5063.code(), "zip压缩包不存在");
|
|
}
|
|
}
|
|
|
|
|
|
ScenePre scenePre = new ScenePre();
|
|
ScenePre scenePre = new ScenePre();
|