Exemplo n.º 1
0
 public List<Map<String, Object>> selectByDate(String date) {
   return this.jfomat(dao.selectByDate(date));
 }