mybatis 查询参数为集合list、数组、map的情况
【记录一下,list情况】<select id="getEmployeesListParams" resultType="Employees"> select * from EMPLOYEES e where e.EMPLOYEE_ID in <foreach collection="employe...