继续潜水

导航

 
Map<String , SonCargosForm> orderCargosMap =  sonTemporaryForm.getOrderCargosList().stream()
    .collect(Collectors.toMap(SonCargosForm::getOrdCargoId, Function.identity(),(entity1, entity2) -> entity1));

避免出现 java.lang.IllegalStateException: Duplicate key 异常

posted on 2019-04-04 15:58  继续潜水  阅读(659)  评论(0编辑  收藏  举报