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