|
|
|
@ -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("服务器异常");
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|