| | |
| | | userMsgReadStateService.addOtherMsgUnReadCount(detail.getUser().getId(), 1);
|
| | | } else if (detail.getType() == MsgTypeOtherTypeEnum.passVIPApply
|
| | | || detail.getType() == MsgTypeOtherTypeEnum.rejectVIPApply
|
| | | || detail.getType() == MsgTypeOtherTypeEnum.teamVIPCallBoss) {
|
| | | || detail.getType() == MsgTypeOtherTypeEnum.teamVIPCallBoss
|
| | | || detail.getType() == MsgTypeOtherTypeEnum.teamSplitCallBoss) {
|
| | | msgOtherDetailMapper.insertSelective(detail);
|
| | | userMsgReadStateService.addOtherMsgUnReadCount(detail.getUser().getId(), 1);
|
| | | }
|