Commit 07e92f67 by 朱亚洁

好友消息数量

parent ab5c9c28
......@@ -2079,12 +2079,11 @@ public class BookGroupBizImpl implements BookGroupBiz {
friendsVO.setCountry(countDTO.getCountry());
friendsVO.setProvince(countDTO.getProvince());
friendsVO.setCity(countDTO.getCity());
friendsVO.setState("正常");
friendsVO.setSpeakCount(countDTO.getChatCount());
friendsVO.setSpeakCountLast7(countDTO.getSevenDayChatCount());
friendsVO.setLastSpeakTime(countDTO.getLastChatTime());
}
friendsVO.setState("正常");
}
return pageBeanNew;
}
......
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