zhengyiming
2025-06-09 ca6b1e43b46324066d20a38a0a767634a534c1c3
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -1400,7 +1400,12 @@
        order.LifePayOrderStatus = status;
        order.ACOOLYStatus = acoolyStatus;
        if (order.LifePayOrderStatus == LifePayOrderStatusEnum.已完成
            || order.LifePayOrderStatus == LifePayOrderStatusEnum.已退款)
        {
        order.FinishTime = DateTime.Now;
        }
        await _lifePayOrderRepository.UpdateAsync(order);
        if (order.LifePayOrderStatus == LifePayOrderStatusEnum.已完成)