List<BelongInstitutions> belongInstitutionsList = getBelongInstitutionsList(courseBelongInstitutions, courseBelongChannels); List<String> courseIdList = belongInstitutionsList.stream().map((a) -> a.getCmoocAllId()).collect(Collectors.toList());
List<BelongInstitutions> belongInstitutionsList = getBelongInstitutionsList(courseBelongInstitutions, courseBelongChannels); List<String> courseIdList = belongInstitutionsList.stream().map((a) -> a.getCmoocAllId()).collect(Collectors.toList());