|
|
@ -685,7 +685,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
|
if(CollectionUtils.isEmpty(demandCodePath)){ |
|
|
|
return StrConstant.EPMETY_STR; |
|
|
|
} |
|
|
|
List<String> nameList=new ArrayList<>(); |
|
|
|
Set<String> nameList=new HashSet<>(); |
|
|
|
for(String codePath:demandCodePath){ |
|
|
|
if (StringUtils.isNotBlank(codePath) && codePath.contains(StrConstant.COMMA)) { |
|
|
|
String[] codeAtt=codePath.split(StrConstant.COMMA); |
|
|
|