|
@@ -472,8 +472,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
// this.cachePanorama(path, sceneCode);
|
|
|
|
|
|
//生成houseTypejson并上传
|
|
|
- boolean existHouseType = this.uploadHouseTypeJson(sceneCode, path);
|
|
|
- scenePlus.setHouseType(existHouseType ? CommonStatus.YES.code().intValue() : CommonStatus.NO.code().intValue());
|
|
|
+// boolean existHouseType = this.uploadHouseTypeJson(sceneCode, path);
|
|
|
+// scenePlus.setHouseType(existHouseType ? CommonStatus.YES.code().intValue() : CommonStatus.NO.code().intValue());
|
|
|
|
|
|
//生成场景关联数据
|
|
|
Integer links = linkPanService.genLinkPanPost(sceneCode);
|