Mybatis使用in传入List的三种方法
1.非xml方式,使用注解传in,要使用@Select("<script>" + "SELECT count(DISTINCT member_id) as memberCount\n" + "from member_analysis\n" + "WHERE agent_id in <foreach item='item'