|
@@ -124,7 +124,7 @@ public class UnityServiceImpl implements IUnityService {
|
|
|
});
|
|
|
|
|
|
//上传文件映射json
|
|
|
- fYunFileService.uploadFile(workPath + "xxx.json", xspaceSceneOssPath + "xxx.json");
|
|
|
+// fYunFileService.uploadFile(workPath + "xxx.json", xspaceSceneOssPath + "xxx.json");
|
|
|
|
|
|
//复制skybox图
|
|
|
String sourceImagesPath = String.format(OSSPathConstant.SCENE_VIEW_DATA_IMAGES, bean.getNum()) + "tiles/4k/";
|
|
@@ -163,7 +163,7 @@ public class UnityServiceImpl implements IUnityService {
|
|
|
SceneInfoVO sceneInfoVO = null;
|
|
|
//先查询redis
|
|
|
if(StrUtil.isEmpty(sceneJson)) {
|
|
|
- String objectName = String.format(OSSPathConstant.SCENE_VIEW_DATA, num) + "scene.json";
|
|
|
+ String objectName = String.format(OSSPathConstant.SCENE_VIEW_DATA_DATA, num) + "scene.json";
|
|
|
sceneJson = fYunFileService.getFileContent(objectName);
|
|
|
}
|
|
|
sceneInfoVO = JSON.parseObject(sceneJson, SceneInfoVO.class);
|