| 
					
				 | 
			
			
				@@ -204,7 +204,7 @@ public class VipGroupActivityServiceImpl extends BaseServiceImpl<Integer, VipGro 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		List<VipGroupActivity> activityList = vipGroupActivityDao.findByCategory(activityQueryDto); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		if(!CollectionUtils.isEmpty(activityList) && activityQueryDto.getActivityType().equals(3)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		if(!CollectionUtils.isEmpty(activityList) && activityQueryDto.getActivityChannel().equals(3)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			Integer organId = Integer.parseInt(activityQueryDto.getOrganId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			BigDecimal buyNum = new BigDecimal(1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			activityList.stream().forEach(e->e.setSinglePrice(this.getActivityPrice(e,organId,buyNum))); 
			 |