|
@@ -156,6 +156,8 @@ public class WorkOfflineListener implements ChannelAwareMessageListener {
|
|
if (FileUtil.exist(zipPath)) {
|
|
if (FileUtil.exist(zipPath)) {
|
|
String cmd = String.format(CmdConstant.UNZIP_MESH_ZIP, zipPath, param.getPath());
|
|
String cmd = String.format(CmdConstant.UNZIP_MESH_ZIP, zipPath, param.getPath());
|
|
CmdUtils.callLineSh(cmd);
|
|
CmdUtils.callLineSh(cmd);
|
|
|
|
+ }else {
|
|
|
|
+ log.info("mesh离线包不存在,{}---{}", workNavigationEntity.getSceneCode(),zipPath);
|
|
}
|
|
}
|
|
log.info("整合mesh场景解压完成");
|
|
log.info("整合mesh场景解压完成");
|
|
}
|
|
}
|