private void initWeiboCommentByAccount(
     SocialUserWeiboComment socialUserWeiboComment, SocialUserAccount ac) {
   socialUserWeiboComment.setUserAccountId(ac.getId());
   socialUserWeiboComment.setOwner(ac.getOwnUser());
   socialUserWeiboComment.setType(ac.getType());
 }