部分更新
This commit is contained in:
@@ -295,9 +295,6 @@ namespace IRaCIS.Application.Services
|
||||
public async Task<IResponseOutput> ModifyPassword(EditPasswordCommand editPwModel)
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
//验证旧密码OK
|
||||
var dbUser = await _userRepository.FirstOrDefaultAsync(t => t.Id == _userInfo.Id && t.Password == editPwModel.OldPassWord);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user