mybatise根据list参数查询
where id in
<foreach item="item" index="index" collection="map.idList" open="(" separator="," close=")"> #{map.idList[${index}]} </foreach>
where id in
<foreach item="item" index="index" collection="map.idList" open="(" separator="," close=")"> #{map.idList[${index}]} </foreach>