From ce42943676c476dd974adab9a304219eaf70acc4 Mon Sep 17 00:00:00 2001 From: zhenghaoyu Date: Fri, 31 May 2024 11:39:07 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=85=A5=E5=BA=93=E5=BC=82=E5=B8=B8=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/logpm/trunkline/service/impl/InComingServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/InComingServiceImpl.java b/blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/InComingServiceImpl.java index 5753ebde6..8b594d4aa 100644 --- a/blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/InComingServiceImpl.java +++ b/blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/InComingServiceImpl.java @@ -322,7 +322,7 @@ public class InComingServiceImpl implements IInComingService { }); } catch (Exception customerException) { log.error(">>>>>>>>>>>>>>>>>>>>>>>>>> 消息推送失败~ 请联系管理员! ", customerException); - throw new CustomerException(customerException.getMessage()); +// throw new CustomerException(customerException.getMessage()); } @@ -335,7 +335,7 @@ public class InComingServiceImpl implements IInComingService { }); } catch (Exception e) { log.error(">>>>>>>>>>>>>>>>>>>>>>>>>> 预入库消息推送失败~ 请联系管理员! ", e); - throw new CustomerException("服务器异常"); +// throw new CustomerException("服务器异常"); }