소스 검색

测试合并

wuweihao 3 년 전
부모
커밋
8106bcb4e0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      720yun_local_manage/gis_pano/src/main/java/com/gis/cms/service/impl/OpsServiceImpl.java

+ 2 - 2
720yun_local_manage/gis_pano/src/main/java/com/gis/cms/service/impl/OpsServiceImpl.java

@@ -156,10 +156,10 @@ public class OpsServiceImpl  implements OpsService {
         copyScene(workId, entity.getSceneCodes());
 
         // 合并tour.xml
-//        mergeTour(workId, entity.getSceneCodes());
+        mergeTour(workId, entity.getSceneCodes());
 
         // 压缩
-//        zipWork(workId);
+        zipWork(workId);
         String filePath = "/download/" + workId + ".zip";
         log.info("zip地址:{}", configConstant.serverBasePath + filePath);
         return Result.success(filePath);