Examples of queryAccountDetails()


Examples of com.lgx8.management.dao.IAccountDetailDao.queryAccountDetails()

    }
   
    ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
    IAccountDetailDao accountDetailDao = (IAccountDetailDao) ac.getBean("accountDetailDao");
   
    PageList pageList = accountDetailDao.queryAccountDetails(sql,condition, Integer.parseInt(page), Integer.parseInt(maxResult));
    //当前页数设置
    pageInfo.put("page", page);
    //当前页数设置
    pageInfo.put("size", maxResult);
    //总搜索数据量设置
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.