admin
2019-08-26 d28bed1a1275131a5ca37f7da37961e2b518ac07
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);