Commit d8e82cbb by 徐高华

链接数

parent 76cb0073
...@@ -52,9 +52,9 @@ public class GroupChatHmApiServiceImpl implements GroupChatHmApiService { ...@@ -52,9 +52,9 @@ public class GroupChatHmApiServiceImpl implements GroupChatHmApiService {
resultPage.getResult().forEach(dto -> { resultPage.getResult().forEach(dto -> {
if (null != map.get(dto.getChatHmId())) { if (null != map.get(dto.getChatHmId())) {
dto.setChatCount(map.get(dto.getChatHmId())); dto.setLinkCount(map.get(dto.getChatHmId()));
} else { } else {
dto.setChatCount(0); dto.setLinkCount(0);
} }
}); });
} }
......
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