String sql = SqlFactory.getSelectSql(clazz.newInstance(),
dbType).selectWhere(fields, values, -2, false, true,
isOR, orderField, orderType, currPage, numPerPage);
list = JdbcUtil.getList(con, clazz, sql);
} catch (Exception e) {
throw new DAOException("divPageByFieldNotIsValue exception ", e);
}
}
return list;
}