|  | @@ -642,7 +642,7 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
 | 
	
		
			
				|  |  |  			try {
 | 
	
		
			
				|  |  |  				Map<String, Object> params = new HashMap<String, Object>();
 | 
	
		
			
				|  |  |  				params.put("parentMerchantNo", hfMerchantConfig.getPlatformPayeeMemberId());
 | 
	
		
			
				|  |  | -				params.put("merchantNo", order.getMerNos());
 | 
	
		
			
				|  |  | +				params.put("merchantNo", hfMerchantConfig.getPlatformPayeeMemberId());
 | 
	
		
			
				|  |  |  				params.put("orderId", order.getOrderNo());
 | 
	
		
			
				|  |  |  				params.put("uniqueOrderNo", order.getTransNo());
 | 
	
		
			
				|  |  |  				params.put("divideRequestId", idGeneratorService.generatorId("payment") + "");
 |