zhengyuxuan
2025-04-02 b6ee499548febb01989eafca1eb5ad25988d6bca
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -1707,7 +1707,6 @@
            await _lifePayOrderRepository.UpdateAsync(order);
            #region 记录日志
            await LifePayOrderHistory("退款驳回", "退款驳回", order.Id, (int)OperateHistoryTypeEnum.LifePayRefund);
            #endregion
        }