Commit 75b3c40f by wangxin

小e信箱

parent ddfedf9a
...@@ -269,7 +269,7 @@ public class PromptStatisticsController { ...@@ -269,7 +269,7 @@ public class PromptStatisticsController {
private Integer getMailboxCount(RequestContext context) { private Integer getMailboxCount(RequestContext context) {
try { try {
// 获取未读消息数量 // 获取未读消息数量
Page<SystemMailboxParamVo> response = systemMailboxClients.selectMyPage(1,1, 2); Page<SystemMailboxParamVo> response = systemMailboxClients.selectMyPageNoView(1,1, 2);
if (response != null ) { if (response != null ) {
return response.getTotal(); return response.getTotal();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment