|  | @@ -395,8 +395,8 @@ public class OrderCalcServiceImpl implements OrderCalcService {
 | 
	
		
			
				|  |  |                      .profitStatus(CaclEnum.HIGH_QUOTA.getType())
 | 
	
		
			
				|  |  |                      .orderNo(k.getNo())
 | 
	
		
			
				|  |  |                      .userId(sharePath.getDescendant())
 | 
	
		
			
				|  |  | -                    .amount(highQuotaInt)
 | 
	
		
			
				|  |  | -                    .afterAmount(integralDO.getHighQuota())
 | 
	
		
			
				|  |  | +                    .maxAvailablePointsAmount(highQuotaInt)
 | 
	
		
			
				|  |  | +                    .afterMaxAvailablePointsAmount(integralDO.getHighQuota())
 | 
	
		
			
				|  |  |                      .percentTemplate(percentTemplate)
 | 
	
		
			
				|  |  |                      .build();
 | 
	
		
			
				|  |  |  
 |