sunpengfei
2025-06-06 a60c9afc1efed7f5a7eeaa673fa915ab79a775a8
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.已完成)