admin
2019-08-26 822e2bc06f9e95f357867d457c004e7bb1f67db8
fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushInfoServiceImpl.java
@@ -357,7 +357,7 @@
               case 1: // 站内信
                  pushService.pushZNX(uid, title, content, listIOS, listAndroid);
                  userSystemMsgService.addUserSystemMsg(uid, UserSystemMsgTypeEnum.question, title, content,
                        UserSystemMsg.TIME_TAG_EMERGENT, null);
                        UserSystemMsg.TIME_TAG_COMMON, null);
                  break;
               case 2: // 网页推送
                  pushService.pushUrl(uid, title, content, url, listIOS, listAndroid);