LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -1235,8 +1235,6 @@ return; } order.LifePayOrderStatus = status; order.ACOOLYStatus = acoolyStatus; order.PlatformDeductionAmount = payAmount; if (acoolyOrderNo.IsNotNullOrEmpty()) { @@ -1253,6 +1251,8 @@ order.PayStatus = LifePayStatusEnum.待退款; } order.LifePayOrderStatus = status; order.ACOOLYStatus = acoolyStatus; await _lifePayOrderRepository.UpdateAsync(order); }