From 5352dfc3db2200df3dc5348e913e108f678adf5e Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期二, 18 三月 2025 14:10:47 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi --- LifePayment/LifePayment.Application/User/AccountService.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application/User/AccountService.cs b/LifePayment/LifePayment.Application/User/AccountService.cs index 3f8cd2e..96b3ae8 100644 --- a/LifePayment/LifePayment.Application/User/AccountService.cs +++ b/LifePayment/LifePayment.Application/User/AccountService.cs @@ -33,6 +33,7 @@ IWxManager wxManager, IConfiguration configuration, IIdentityModelAuthenticationService authenticator, + IRepository<User, Guid> userRepository, IIdentityUserAppService identityUserService, IRepository<LifePayUser, Guid> lifePayUserRepository) { @@ -41,6 +42,7 @@ _identityUserService = identityUserService; _lifePayUserRepository = lifePayUserRepository; _authenticator = authenticator; + _userRepository = userRepository; } #region 鏌ヨ -- Gitblit v1.9.1