|  |  | @ -641,7 +641,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         List<String> nameList=new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |         for(String codePath:demandCodePath){ | 
			
		
	
		
			
				
					|  |  |  |             if(codePath.contains(StrConstant.COMMA)){ | 
			
		
	
		
			
				
					|  |  |  |             if (StringUtils.isNotBlank(codePath) && codePath.contains(StrConstant.COMMA)) { | 
			
		
	
		
			
				
					|  |  |  |                 String[] codeAtt=codePath.split(StrConstant.COMMA); | 
			
		
	
		
			
				
					|  |  |  |                 String code=codeAtt[codeAtt.length-1]; | 
			
		
	
		
			
				
					|  |  |  |                 if(StringUtils.isNotBlank(code)&&demandDictMap.containsKey(code)){ | 
			
		
	
	
		
			
				
					|  |  | 
 |