|  |  | @ -182,6 +182,7 @@ public class PaCustomerServiceImpl extends BaseServiceImpl<PaCustomerDao, PaCust | 
			
		
	
		
			
				
					|  |  |  |             userEntity.setPhone(formDTO.getPhone()); | 
			
		
	
		
			
				
					|  |  |  |             userEntity.setRealName(formDTO.getSurName()); | 
			
		
	
		
			
				
					|  |  |  |             userEntity.setGender(formDTO.getGender().toString()); | 
			
		
	
		
			
				
					|  |  |  |             userEntity.setSource(formDTO.getSource()); | 
			
		
	
		
			
				
					|  |  |  |             if (paUserDao.insert(userEntity) < NumConstant.ONE) { | 
			
		
	
		
			
				
					|  |  |  |                 throw new RenException(PaConstant.SAVE_USER_EXCEPTION); | 
			
		
	
		
			
				
					|  |  |  |             } | 
			
		
	
	
		
			
				
					|  |  | 
 |