示例#1
0
 public function findNewRequestList($userId, $afterStamp)
 {
     return $this->friendshipDao->findNewRequestList($userId, $afterStamp);
 }