@Override
 public void updateOnlineStatus(String token, Integer status) {
   mapper.updateOnlineStatus(token, status);
 }