|
|
@@ -1336,7 +1336,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
|
|
|
//用户上传的全景图上传到ossresult目录
|
|
|
String dataSource = sceneService.getDataSource(num, scenePlus.getSceneSource(), scenePlusExt.getDataSource());
|
|
|
- String ossCachesImagesPath = dataSource + "caches/images/";
|
|
|
+ String ossCachesImagesPath = dataSource + "panoImgs/";
|
|
|
FileUtil.copyContent(new File(targetImagesPath), new File(ossCachesImagesPath), true);
|
|
|
|
|
|
if(map.size()>0) {
|