}
}
ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
ICustmerXFDao custmerXFDao = (ICustmerXFDao) ac.getBean("custmerXFDao");
PageList pageList = custmerXFDao.listCustmerXFByConditions(hql, new Object[]{}, Integer.parseInt(page), Integer.parseInt(maxResult));
//当前页数设置
pageInfo.put("page", page);
//当前页数设置
pageInfo.put("size", maxResult);
//总搜索数据量设置