摘要: // 如果持有紫金相同则按产品首字母进行排序 List<ProductsPosition> collect = positionList.stream() .sorted((p1,p2) -> Collator.getInstance(Locale.CHINESE).compare(p1.getPr 阅读全文
posted @ 2021-12-30 10:21 imtm 阅读(32) 评论(0) 推荐(0)