Select * from tb1 where ID in #{item}
select * from tb1 where ID in #{item}
根据参数类型进行选择
select * from table where id in #{table} 自己理解一下,不懂再问