@@ -311,6 +311,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
sceneEditControls.setShowMap(0);
}
+
//写scene.json
this.writeSceneJson(sceneCode, videosJson,sceneEditInfo, sceneEditInfoExt, sceneEditControls, scenePlus,scenePlusExt,company);
@@ -45,7 +45,7 @@ public class CommonServiceImpl implements ICommonService {
if (panoramaImageList.contains(fileName)) {
String srcPath = localCachesImagePath + fileName;
String ossPath = ossCachesImagePath + fileName;
- uploadMap.put(localCachesImagePath, ossCachesImagePath);
+ uploadMap.put(srcPath, ossPath);
});