|
@@ -132,7 +132,7 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
|
|
|
|
|
|
//检测原始图片是否存在
|
|
|
String ossImagePath = String.format(UploadFilePath.IMG_VIEW_PATH, num);
|
|
|
- String ossCaptruePath = ossImagePath.concat("captrue");
|
|
|
+ String ossCaptruePath = ossImagePath.concat("capture");
|
|
|
List<String> captrueList = fYunFileService.listRemoteFiles(ossCaptruePath);
|
|
|
if(CollUtil.isEmpty(captrueList)){
|
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_3018.code(), "全景图不能为空");
|