Beispiel #1
0
  /** 提到我的列表 */
  public String load() {
    try {
      setData(atUserService.findAtMeList(getUserLaicaiWeiboId(), pageRequest));
      data.setUserId(getUserLaicaiWeiboId());

      // 用户查看提到我的列表时,清除用户未读‘提到我的’时间线上的数据
      notificationService.clearUnreadMetionsTimeline(getUserLaicaiWeiboId());
    } catch (Exception e) {
      logger.error("用户={}, 查询提到我的出错!", getUserLaicaiWeiboId(), e);
    }
    return SUCCESS;
  }