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("事务完成"); }