|  |  | @ -193,7 +193,7 @@ public class PartyMemberConfirmServiceImpl implements PartyMemberConfirmService | 
			
		
	
		
			
				
					|  |  |  | 				PartymemberInfoEntity.class); | 
			
		
	
		
			
				
					|  |  |  | 		PartymemberInfoDTO info = partymemberInfoService.getPartyMemberInfoByUser(partyMemberInfoDTO.getCustomerId(), partyMemberInfoDTO.getUserId()); | 
			
		
	
		
			
				
					|  |  |  | 		if (null != info) { | 
			
		
	
		
			
				
					|  |  |  | 			partyMemberInfoDTO.setId(info.getId()); | 
			
		
	
		
			
				
					|  |  |  | 			partyMemberInfoEntity.setId(info.getId()); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 		if (confirmAutoDTO == null || !confirmAutoDTO.getComparisonResults()) { | 
			
		
	
		
			
				
					|  |  |  | 			log.info("submit confirmAutoDTO return null or false:{}",JSON.toJSONString(confirmAutoDTO)); | 
			
		
	
	
		
			
				
					|  |  | 
 |