コード例 #1
0
 public function findCommentListByIds(array $commentIds)
 {
     return $this->commentDao->findByIdList($commentIds);
 }