public List<BetReport> betReportDetail(Integer year, Integer month) {
   return betReportDao.betReportDetail(year, month);
 }