|
@@ -318,7 +318,11 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
scenePlusService.updateById(scenePlus);
|
|
|
|
|
|
//发送cad图给海鑫
|
|
|
- haixinService.sendCadImgToHaixin(num);
|
|
|
+ try {
|
|
|
+ haixinService.sendCadImgToHaixin(num);
|
|
|
+ }catch (Exception e){
|
|
|
+ log.error("平面图推送失败,num:{}", num, e);
|
|
|
+ }
|
|
|
|
|
|
return ResultData.ok();
|
|
|
}
|