修改bug
continuous-integration/drone/push Build encountered an error Details

IRC_NewDev
hang 2024-04-28 17:50:53 +08:00
parent 4d19fffc5f
commit 84203d5aa2
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ namespace IRaCIS.Application.Services
IsFirstAdd = false
});
await _userLogRepository.AddAsync(new UserLog() { IP = _userInfo.IP, LoginUserId = Guid.Empty, OptUserId = userId,LoginPassword=newPwd, OptType = UserOptType.UnloginModifyPasswoed }, true);
await _userLogRepository.AddAsync(new UserLog() { IP = _userInfo.IP, LoginUserId = userId, OptUserId = userId,LoginPassword=newPwd, OptType = UserOptType.UnloginModifyPasswoed }, true);
return ResponseOutput.Result(success);