admin
2022-05-06 8cc3c660bdaaaa6a46eecadb78e4e9c17a07c227
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) {