fanli/src/main/java/com/yeshi/fanli/service/impl/msg/MsgOtherDetailServiceImpl.java
@@ -64,6 +64,9 @@ || detail.getType() == MsgTypeOtherTypeEnum.teamSplitCallBoss) { msgOtherDetailMapper.insertSelective(detail); userMsgReadStateService.addOtherMsgUnReadCount(detail.getUser().getId(), 1); }else if (detail.getType() == MsgTypeOtherTypeEnum.vipUpgradeReward) { msgOtherDetailMapper.insertSelective(detail); userMsgReadStateService.addOtherMsgUnReadCount(detail.getUser().getId(), 1); } }