MyBatis 使用数组作为参数
主要代码:1、接口List<Station> getList(@Param("typeIds") Integer[] typeIds);2、xml文件<select id="getList" resultType="Station"> select id, `name`, lon, lat, city, county, town, is_native isNative, ty