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;?}