|  | @@ -2525,6 +2525,8 @@ public class ExportServiceImpl implements ExportService {
 | 
	
		
			
				|  |  |          for (StudentPaymentOrderMallExportDto basicOrder : studentPaymentOrderExportDtos) {
 | 
	
		
			
				|  |  |              basicOrder.getUser().setUsername(studentNameMap.get(basicOrder.getUserId()));
 | 
	
		
			
				|  |  |              basicOrder.setUserOrganName(userOrganNameMap.get(basicOrder.getOrganId()));
 | 
	
		
			
				|  |  | +            //计算手续费
 | 
	
		
			
				|  |  | +            this.calcPlatformFee(basicOrder, serviceChargeMap, orderCountMap, tenantConfig, feeFlagMap);
 | 
	
		
			
				|  |  |              String paymentChannel = "";
 | 
	
		
			
				|  |  |              if (basicOrder.getPaymentChannel() == null) {
 | 
	
		
			
				|  |  |              } else if (basicOrder.getPaymentChannel().equals("YQPAY")) {
 | 
	
	
		
			
				|  | @@ -2538,8 +2540,6 @@ public class ExportServiceImpl implements ExportService {
 | 
	
		
			
				|  |  |              if (basicOrder.getRouteAmount().compareTo(BigDecimal.ZERO) == 0) {
 | 
	
		
			
				|  |  |                  continue;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -            //计算手续费
 | 
	
		
			
				|  |  | -            this.calcPlatformFee(basicOrder, serviceChargeMap, orderCountMap, tenantConfig, feeFlagMap);
 | 
	
		
			
				|  |  |              //解析json
 | 
	
		
			
				|  |  |              this.parseGoodsJson(basicOrder,categoryNames,productCategoryMap);
 | 
	
		
			
				|  |  |          }
 |