Quellcode durchsuchen

Merge branch 'feature-8k-20230818-dsx' into test

dsx vor 2 Jahren
Ursprung
Commit
725e25e9cf

+ 1 - 1
src/main/java/com/fdkankan/openApi/service/www/impl/ScenePlusServiceImpl.java

@@ -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(), "全景图不能为空");