Ejemplo n.º 1
0
 public boolean hasPreDayRecord(String date) {
   return recordDao.hasPreDayRecord(date);
 }