摘要: jpa @Query中使用in,需要注意参数一定要是List<>,不然无法查询出数据。 @Query(value = "select count(*) from financial_style_productitem_detailed fspd where fspd.id in(:ids)", na 阅读全文
posted @ 2021-12-27 16:07 Ash灬 阅读(1412) 评论(0) 推荐(0)