1.list<Integer>做参数 必须是collection 2.使用数组做参数 int[] 必须是array 3.实体中的集合或数组 必须是实体中数组或集合的属性名称 4.只有list<bean>一个参数,批量插入或修改 *list 为空则sql或报错 ,