LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -1563,6 +1563,12 @@ return; } if (order.LifePayOrderStatus == LifePayOrderStatusEnum.已退款) { _logger.LogInformation($"订单已退款,不在处理"); return; } order.ActualReceivedAmount = actualParValue; order.PlatformDeductionAmount = Math.Round((order.ActualReceivedAmount ?? 0) * (order.PlatformRate ?? 0) / 100, 2);