浏览代码

v4.14.0 去除人像

dengsixing 5 月之前
父节点
当前提交
11b71020d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/scene/service/impl/RemovePortraitServiceImpl.java

+ 1 - 1
src/main/java/com/fdkankan/scene/service/impl/RemovePortraitServiceImpl.java

@@ -111,7 +111,7 @@ public class RemovePortraitServiceImpl implements IRemovePortraitService {
 
             sceneEditInfoService.uploadPanoramaHandler(num,bucket,target,imgViewPath,new ArrayList<>(),targetImagesPath);
             //上传16k图
-            String cacheImagePath = target + "caches/images/";
+            String cacheImagePath = target + "/caches/images/";
             String ossCachesImagesPath = String.format(UploadFilePath.scene_result_data_path, num) + "caches/images/";
             List<String> cacheImageList = FileUtil.listFileNames(cacheImagePath);
             cacheImageList.stream().forEach(fileName->{