Explorar el Código

v4.14.0 去除人像

dengsixing hace 5 meses
padre
commit
11b71020d7

+ 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->{