上述代码例子表示的sql语句为:
select *from user where id in (1,xx,xx,…)
MyBatis中,使用foreach循环传入集合参数
最新推荐文章于 2023-10-16 16:58:34 发布
上述代码例子表示的sql语句为:
select *from user where id in (1,xx,xx,…)