示例#1
0
 public function findFriendshipListByUserId($userId, $userIdList = array())
 {
     return $this->friendshipDao->findFriendshipListByUserId($userId, $userIdList);
 }