|
@@ -144,7 +144,7 @@ public class MessageInfoServiceImpl extends ServiceImpl<MessageInfoMapper, Messa
|
|
msgCountVO.setNoticeNCount(noticeN);
|
|
msgCountVO.setNoticeNCount(noticeN);
|
|
msgCountVO.setNoticeYCount(noticeY);
|
|
msgCountVO.setNoticeYCount(noticeY);
|
|
msgCountVO.setMessageYCount(msgY);
|
|
msgCountVO.setMessageYCount(msgY);
|
|
- msgCountVO.setNoticeNCount(msgN);
|
|
|
|
|
|
+ msgCountVO.setMessageNCount(msgN);
|
|
return msgCountVO;
|
|
return msgCountVO;
|
|
}
|
|
}
|
|
|
|
|