| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -281,8 +281,8 @@ public class UserResiInfoServiceImpl extends BaseServiceImpl<UserResiInfoDao, Us | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 */ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						private Boolean getResiInfoByMobile(String mobile, String customerId) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							if (StringUtils.isBlank(customerId)) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								customerId = UserUtil.getCurrentUser().getCustomerId(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								log.info("getResiInfoByMobile UserUtil.getCustomerId:{}", customerId); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								customerId = UserUtil.getCurrentUser().getCustomerId(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							Boolean bl = true; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							List<UserResiInfoDTO> list = userResiInfoDao.selectResiInfoByMobile(mobile, customerId); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |