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