protected final Log log = LogFactory.getLog(this.getClass());
protected DBHelper helper = new DBHelper();
private Map
private String sqlQry;
protected long size;
protected long start;
/**
* 取得资料的比
*
* @param sqlQry
* sql语句
* @return 资料笔数
*/
public int executeCount(String sqlQry) {
return executeCount(sqlQry, new ArrayList