示例#1
0
 // 根基名字、手机号查询游客
 public List findByNamePhone(String phone) {
   return touristdao.findByNamePhone(phone);
 }