|  | @@ -4976,8 +4976,7 @@ public class OrderServiceImpl implements OrderService {
 | 
	
		
			
				|  |  |                      String sku = goodsDetailsDto.getGoodsSn();
 | 
	
		
			
				|  |  |                      String prodBarcode = goodsDetailsDto.getProdBarcode();
 | 
	
		
			
				|  |  |                      // 此字段 = 零售价 - 其他活动优惠金额
 | 
	
		
			
				|  |  | -                    BigDecimal actualPaymentAmount = goodsDetailsDto.getActualPaymentAmount()
 | 
	
		
			
				|  |  | -                            .multiply(BigDecimal.valueOf(goodsDetailsDto.getSellVolume()));// 商品金额乘以数量
 | 
	
		
			
				|  |  | +                    BigDecimal actualPaymentAmount = goodsDetailsDto.getActualPaymentAmount();// 商品金额
 | 
	
		
			
				|  |  |                      // 当前商品最大支持抵扣的金额
 | 
	
		
			
				|  |  |                      BigDecimal currentSkuMaxDeductionPrice = actualPaymentAmount.multiply(scoreRatio).setScale(0, BigDecimal.ROUND_FLOOR);
 | 
	
		
			
				|  |  |                      // 其他活动优惠金额
 |