修改密码验证

This commit is contained in:
he
2024-10-09 15:11:50 +08:00
parent 7caac94d97
commit 19baebcfd8
@@ -103,7 +103,7 @@ namespace IRaCIS.Core.Application.Service
oldPwd = await _userRepository.Where(x => x.Id == userId).Select(x => x.Password).FirstOrDefaultAsync();
}
if (!oldPwd.IsNotNullOrEmpty())
if (oldPwd.IsNotNullOrEmpty())
{
await _userPassWordLogRepository.AddAsync(new UserPassWordLog()
{