Commit 3c1a3a02 by 阮思源

Merge remote-tracking branch 'origin/feat-1001733' into feat-1001733

parents 92a5519e 07e92f67
......@@ -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