修改验证
This commit is contained in:
@@ -519,7 +519,7 @@ namespace IRaCIS.Application.Services
|
||||
}
|
||||
var success = await _userRepository.SaveChangesAsync();
|
||||
|
||||
return ResponseOutput.Result(success);
|
||||
return ResponseOutput.Ok(success);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user