app/src/main/java/com/yeshi/makemoney/app/service/impl/msg/UserMsgNotifyServiceImpl.java @@ -21,6 +21,7 @@ @Override public void notify(UserMsg userMsg) { //推送站外消息 try { userMsgService.add(userMsg); } catch (Exception e) {