直接上代码了! 作为一个java小白研究了好久~~~
ListfeaturesList = shopItemAllOrderList.stream().map(YbrShopItemDO::getFeatures).collect(Collectors.toList()).stream().distinct().filter(Objects::nonNull).filter(x->!"".equals(x)).collect(Collectors.toList());
具体就不解释了,给大家一个思路
最后 三哥你在上海种的菜长的怎么样了~~~
我和松松 在hz等你喝酒~~~
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)