Преглед изворни кода

无需拷贝全景图到缓存目录

dsx пре 2 година
родитељ
комит
3da06ba6ce

+ 1 - 1
src/main/java/com/fdkankan/contro/mq/service/impl/BuildSceneServiceImpl.java

@@ -290,7 +290,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
             this.copyToEditDir(sceneCode);
 
             //计算完毕后,同步全景图到缓存目录
-            this.cachePanorama(path, sceneCode);
+//            this.cachePanorama(path, sceneCode);
 
             //生成houseTypejson并上传
             uploadFiles.entrySet().stream().filter(entry-> FileNameUtil.getName(entry.getKey()).equals("floorplan_cad.json"))