既然new ForkJoinPool().submit(); 内部已经是多线程了, 里边的orderItems就没必要使用parallelStream()方法了吧,使用stream()方法也是一样的吧
没有parallelStream使用不了多线程