|
@@ -168,13 +168,17 @@ public class BuildE57SceneServiceImpl implements IBuildSceneService {
|
|
|
laserMqContent.put("status", CommonSuccessStatus.SUCCESS.code());
|
|
|
mqProducer.sendByWorkQueue(queueE57ModelingDone, laserMqContent);
|
|
|
|
|
|
+ try {
|
|
|
+ FileUtil.del(path);
|
|
|
+ }catch (Exception e){
|
|
|
+ log.error("删除计算目录失败,path:{}", path);
|
|
|
+ }
|
|
|
+
|
|
|
log.info("e57场景计算结果处理结束,场景码:{}", num);
|
|
|
}catch (Exception e){
|
|
|
log.error("e57场景计算结果处理出错,num"+num, e);
|
|
|
buildSceneDTService.handBaseFail("e57场景计算结果处理出错!", message.getPath(), num, "计算控制服务器");
|
|
|
throw e;
|
|
|
- }finally {
|
|
|
- FileUtil.del(path);
|
|
|
}
|
|
|
}
|
|
|
|