|  | @@ -760,8 +760,6 @@ public class VipGroupActivityServiceImpl extends BaseServiceImpl<Integer, VipGro
 | 
	
		
			
				|  |  |  		if (studentPaymentOrder.getActualAmount().compareTo(payParam.getAmount()) != 0) {
 | 
	
		
			
				|  |  |  			throw new BizException("非法请求");
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  | -		activityFee = studentPaymentOrder.getActualAmount();
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  		String orderNo = idGeneratorService.generatorId("payment") + "";
 | 
	
		
			
				|  |  |  		studentPaymentOrder.setMemo("2022双十一活动购买");
 | 
	
		
			
				|  |  |  		studentPaymentOrder.setPaymentChannel("BALANCE");
 | 
	
	
		
			
				|  | @@ -791,7 +789,7 @@ public class VipGroupActivityServiceImpl extends BaseServiceImpl<Integer, VipGro
 | 
	
		
			
				|  |  |  		String orderSubject = "2022双十一活动";
 | 
	
		
			
				|  |  |  		String baseApiUrl = sysConfigDao.findConfigValue("base_api_url");
 | 
	
		
			
				|  |  |  		Map payMap = payService.getPayMap(
 | 
	
		
			
				|  |  | -				activityFee,
 | 
	
		
			
				|  |  | +				studentPaymentOrder.getActualAmount(),
 | 
	
		
			
				|  |  |  				studentPaymentOrder.getBalancePaymentAmount(),
 | 
	
		
			
				|  |  |  				orderNo,
 | 
	
		
			
				|  |  |  				baseApiUrl + "/api-student/studentOrder/notify",
 |