jdbcTemplate查询结果为对象list

时间:2021-07-24 04:10:01

RowMapper<WmsExpensesSettleEntity> rowMapper1=new BeanPropertyRowMapper<WmsExpensesSettleEntity>(WmsExpensesSettleEntity.class);
List<WmsExpensesSettleEntity> list= jdbcTemplate.query(s where " and (bill_orderno =‘‘ or bill_orderno = null) order by create_date Desc", rowMapper1);