|  | @@ -560,7 +560,7 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          if (status.equals(DealStatusEnum.SUCCESS)
 | 
	
		
			
				|  |  |                  && StringUtils.isNotBlank(order.getPaymentChannel())
 | 
	
		
			
				|  |  | -                && order.getPaymentChannel().equals("ADAPAY")
 | 
	
		
			
				|  |  | +                && (order.getPaymentChannel().equals(PaymentChannelEnum.ADAPAY.getCode()) || order.getPaymentChannel().equals(PaymentChannelEnum.YEEPAY.getCode()))
 | 
	
		
			
				|  |  |                  && !rpMap.containsKey("simulation")) {
 | 
	
		
			
				|  |  |              confirmOrder(order);
 | 
	
		
			
				|  |  |          }
 |