caiaa il y a 1 an
Parent
commit
569f1abdd2

+ 1 - 1
src/main/java/com/dragon/tj/portal/service/impl/MessageInfoServiceImpl.java

@@ -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;
     }