当前位置:首页 > 数据库 > 正文

jdbcTemplate查询结果为对象list

2024-03-31 数据库

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);

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/13807.html