@Override
 public Map<String, Object> selectMyDebate(Map<String, Object> map) throws Exception {
   return debateDAO.selectMyDebate(map);
 }