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