mybatis传入array

1.mapper.java中

List selectByPrimaryKeyList(String[] stringArray);

mapper.xml中