LifePayment/LifePayment.Application/User/AccountService.cs
@@ -92,6 +92,7 @@ lifeUser = new LifePayUser() { Id = GuidGenerator.Create(), CreationChannleNum = input.CheckChannelId, PhoneNumber = input.PhoneNumber, LastLoginTime = DateTime.Now }; @@ -100,6 +101,7 @@ } else { lifeUser.LastLoginChannleNum = input.CheckChannelId; lifeUser.LastLoginTime = DateTime.Now; await _lifePayUserRepository.UpdateAsync(lifeUser); }