|
@@ -149,8 +149,8 @@ public class WorkOfflineListener implements ChannelAwareMessageListener {
|
|
|
OssShUtil.yunDownload(PanoOssKey, basePath + File.separator + baseOssKey);
|
|
|
} else if (workNavigationEntity.getType().equalsIgnoreCase("4dkk")) {
|
|
|
// 整合离线包
|
|
|
- log.info("整合mesh场景,{}", workNavigationEntity.getSceneCode());
|
|
|
String zipPath = meshBasePath + File.separator + workNavigationEntity.getSceneCode() + ".zip";
|
|
|
+ log.info("整合mesh场景,{}---{}", workNavigationEntity.getSceneCode(),zipPath);
|
|
|
if (FileUtil.exist(zipPath)) {
|
|
|
String cmd = String.format(CmdConstant.UNZIP_MESH_ZIP, zipPath, param.getPath());
|
|
|
CmdUtils.callLineSh(cmd);
|