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