@Override
 public List<Question> getQARWaitList(Cond cond) {
   cond.buildQAWaitRCond();
   return questionRepository.listWaitQARecommend(cond);
 }