List<CourseLessonExt> taglist = map.get(CourseLessonExtTypeEnum.TAG.getIndex());
List<String> tagIdList=taglist.stream()
.map((clExt)->clExt.getRefId()).collect(Collectors.toList());
List<CourseLessonExt> taglist = map.get(CourseLessonExtTypeEnum.TAG.getIndex());
List<String> tagIdList=taglist.stream()
.map((clExt)->clExt.getRefId()).collect(Collectors.toList());