标签:ice uppercase eid stc col self mdt 数组 etc
String[] deviceIdAy = buildingDto.getChannelId().split(Symbol.COMMA);
//设备id
List<String> deviceIdList = Arrays.asList(deviceIdAy);
List<String> gatemateIdList = buildingDao.listBuildingDeviceId(buildingDeviceCond);
String[] deviceIdAy = gatemateIdList.toArray(new String[gatemateIdList.size()]);
List<ChannelDTO> channelDtoListTo = buildingDao.listChannel(channelCondTo);
channelDtoListTo.stream().sequential().collect(Collectors.toCollection(() -> channelDtoList));
Set<String> roleList = roles.stream().map(role -> "ROLE_" + role.toUpperCase()).collect(Collectors.toSet());
selfStudyClassroomDtoList = selfStudyClassroomDtoList.stream().filter(s -> s.getWeekDay().equals(w)).collect(Collectors.toList());
标签:ice uppercase eid stc col self mdt 数组 etc
原文地址:https://www.cnblogs.com/xxxhstar/p/12797371.html