Commit 07e92f67 by 朱亚洁

好友消息数量

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