示例#1
0
 // 查询游客一日是否有重复
 public List findByDate(String phone, String date, int id) {
   return touristdao.findByDate(phone, date, id);
 }