sunpengfei
2025-12-04 ac61e142795d9572798f33f384481a47ba5b6457
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -1609,7 +1609,7 @@
            await _lifePayOrderService.CreatLifePayConsumption(acoolyStatus, order.OrderNo, order.ACOOLYOrderNo,
                        order.PlatformDeductionAmount ?? 0, order.ChannelId, order.CreationTime, order.FinishTime, order.ChannleRate, parValue, actualParValue);
            await CurrentUnitOfWork.CompleteAsync();
            await CurrentUnitOfWork.SaveChangesAsync();
            _logger.LogInformation("事务完成");
        }