JdbcTemplate扩展
?public List getOperationLog(int startRow,int rowsCount) {??List listRows=jdbcTemplate.queryForListPage("SELECT * FROM? evaluation_operation_log_info order by operation_date desc", startRow, rowsCount);??return listRows;?} 发布时间: 2012-10-06 17:34:01 作者: rapoo
JdbcTemplate扩展
?public List getOperationLog(int startRow,int rowsCount) {??List listRows=jdbcTemplate.queryForListPage("SELECT * FROM? evaluation_operation_log_info order by operation_date desc", startRow, rowsCount);??return listRows;?}