|  |  | @ -232,11 +232,6 @@ public class UserResiInfoServiceImpl extends BaseServiceImpl<UserResiInfoDao, Us | 
			
		
	
		
			
				
					|  |  |  | 			saveUserResiInfo(userResiInfoDTO); | 
			
		
	
		
			
				
					|  |  |  | 			//居民注册关系表新增数据 首次注册数加一 注册数加一 参与数加一
 | 
			
		
	
		
			
				
					|  |  |  | 			registerRelationService.saveRegisterRelation(userResiInfoDTO); | 
			
		
	
		
			
				
					|  |  |  | 			//将用户于居民角色关联
 | 
			
		
	
		
			
				
					|  |  |  | 			UserRoleDTO userRole = new UserRoleDTO(); | 
			
		
	
		
			
				
					|  |  |  | 			userRole.setUserId(userResiInfoDTO.getUserId()); | 
			
		
	
		
			
				
					|  |  |  | 			userRole.setRoleKey(UserConstant.ROLE_RESI); | 
			
		
	
		
			
				
					|  |  |  | 			userRoleService.saveUserRole(userRole); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 		return result; | 
			
		
	
	
		
			
				
					|  |  | 
 |