mybatis使用foreach语句实现IN查询Mybatis多条件查询使用IN语句查询foreach使用方式
List<User> selectByIdSet(@Param("idList")List<Integer> idList); <select id="selectByIdSet" resultMap="BaseResultMap"> SELECT <include refid="Base_Column_List&qu