|  |  | @ -150,8 +150,9 @@ public class UserResiInfoServiceImpl extends BaseServiceImpl<UserResiInfoDao, Us | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	/** | 
			
		
	
		
			
				
					|  |  |  | 	 * 居民注册信息提交 | 
			
		
	
		
			
				
					|  |  |  | 	 * | 
			
		
	
		
			
				
					|  |  |  | 	 * @param userResiInfoDTO | 
			
		
	
		
			
				
					|  |  |  | 	 * @Author sun | 
			
		
	
		
			
				
					|  |  |  | 	 * @Author sunUserRoleServiceImpl | 
			
		
	
		
			
				
					|  |  |  | 	 */ | 
			
		
	
		
			
				
					|  |  |  | 	@Override | 
			
		
	
		
			
				
					|  |  |  | 	public Result submit(UserResiInfoDTO userResiInfoDTO) { | 
			
		
	
	
		
			
				
					|  |  | @ -253,6 +254,7 @@ public class UserResiInfoServiceImpl extends BaseServiceImpl<UserResiInfoDao, Us | 
			
		
	
		
			
				
					|  |  |  | 			UserRoleDTO userRole = new UserRoleDTO(); | 
			
		
	
		
			
				
					|  |  |  | 			userRole.setUserId(userResiInfoDTO.getUserId()); | 
			
		
	
		
			
				
					|  |  |  | 			userRole.setRoleKey(UserConstant.ROLE_RESI); | 
			
		
	
		
			
				
					|  |  |  | 			userRole.setApp(userResiInfoDTO.getApp()); | 
			
		
	
		
			
				
					|  |  |  | 			userRoleService.saveUserRole(userRole); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |