ibatis使用in查询的几种XML写法【点击查看详情】
ibatis使用in查询的几种XML写法:1.传入参数是数组 select id=Test resultClass=dto select * from UserInfo where userId in iterate open=( close=) conjunction=, #[]# /iterate /select 使用 string[] arrays = new string[] { 1
相关视频/文章