zhengyiming
2025-06-27 3b32b7055293df1ee7f0170f85820f08c8228b43
LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs
@@ -96,7 +96,7 @@
                            LifePayType = LifePayTypeEnum.AliPay,
                            ExpensesReceiptsType = ExpensesReceiptsTypeEnum.Receipts
                        });
                        await CurrentUnitOfWork.CompleteAsync();
                        await CurrentUnitOfWork.SaveChangesAsync();
                        _logger.LogInformation("事务完成");
                    }
                }