Exemplo n.º 1
0
 public Map<String, Object> statisticPerson(String year, String month, String user) {
   return recordDao.statisticPerson(year, month, user);
 }