|
@@ -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);
|