Commit 8dd3f6b9 by 徐高华

Merge branch 'feature/社群' into 'developer'

链接数

See merge request !597
parents 8a5b37da d8e82cbb
......@@ -52,9 +52,9 @@ public class GroupChatHmApiServiceImpl implements GroupChatHmApiService {
resultPage.getResult().forEach(dto -> {
if (null != map.get(dto.getChatHmId())) {
dto.setChatCount(map.get(dto.getChatHmId()));
dto.setLinkCount(map.get(dto.getChatHmId()));
} 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