|
@@ -65,7 +65,7 @@ public class GenerateObjFileServiceImpl implements IGenerateObjFileService {
|
|
|
String path = sceneProEntity.getDataSource();
|
|
|
String ossPath = path.replace("/mnt/data","home")+"/data.fdage";
|
|
|
if(!fYunFileService.fileExist(ossPath)){
|
|
|
- return Result.failure(ErrorCode.FAILURE_CODE_3037.code(), ErrorCode.FAILURE_CODE_3037.message());
|
|
|
+ return Result.failure(ErrorCode.FAILURE_CODE_3037.code(), "场景原始数据已过期,无法使用该功能!");
|
|
|
}
|
|
|
|
|
|
LambdaUpdateWrapper<ScenePro> updateWrapper = new LambdaUpdateWrapper<>();
|
|
@@ -118,7 +118,7 @@ public class GenerateObjFileServiceImpl implements IGenerateObjFileService {
|
|
|
|
|
|
String ossPath = scenePlusExt.getDataSource().replace("/mnt/data","home")+"/data.fdage";
|
|
|
if(!fYunFileService.fileExist(ossPath)){
|
|
|
- return Result.failure(ErrorCode.FAILURE_CODE_3037.code(), ErrorCode.FAILURE_CODE_3037.message());
|
|
|
+ return Result.failure(ErrorCode.FAILURE_CODE_3037.code(), "场景原始数据已过期,无法使用该功能!");
|
|
|
}
|
|
|
|
|
|
LambdaUpdateWrapper<ScenePlus> updateWrapper = new LambdaUpdateWrapper<>();
|