LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -1301,6 +1301,7 @@ _logger.LogError(ex, "处理生活缴费支付成功回调时异常"); order.LifePayOrderStatus = LifePayOrderStatusEnum.待退款; order.LifePayRefundStatus = LifePayRefundStatusEnum.待退款; order.RefundApplyRemark = ex.Message; } _logger.LogError("生活缴费订单状态:" + order.LifePayOrderStatus.ToString()); await _lifePayOrderRepository.UpdateAsync(order);