|
|
@ -1492,7 +1492,7 @@ public class IcResiUserImportServiceImpl implements IcResiUserImportService, Res |
|
|
|
return null; |
|
|
|
} |
|
|
|
try { |
|
|
|
return options.stream().collect(Collectors.toMap(OptionResultDTO::getLabel, OptionResultDTO::getValue)); |
|
|
|
return options.stream().collect(Collectors.toMap(OptionResultDTO::getLabel, OptionResultDTO::getValue,(entity1,entity2)->entity1)); |
|
|
|
} catch (Exception e) { |
|
|
|
String erroMsg = ExceptionUtils.getErrorStackTrace(e); |
|
|
|
log.error("【居民信息导入】{}转化Options为map失败,url:{}, cascadeItemId:{}, currUserAgencyId:{},错误信息:{}", |
|
|
|