@ -318,7 +318,7 @@ public class IcResiUserExportServiceImpl implements IcResiUserExportService {
//如果是多选 则返回顿号隔开
if (e.getMultiSelect()) {
List<String> valueList = new ArrayList<>();
e.getOptions().stream().forEach(option -> {
e.getOptions().forEach(option -> {
if (valueStr.contains(option.getValue())) {
valueList.add(option.getLabel());
}