1.将int[]数组转Integer[] Integer[] orgIds = Arrays.stream(new int[]{3,7,16}).boxed().toArray(Integer[]::new);