Uat_Study
he 2023-11-03 12:27:54 +08:00
parent dc6ae39130
commit 39e2651edf
1 changed files with 1 additions and 1 deletions

View File

@ -2473,7 +2473,7 @@ namespace IRaCIS.Application.Services
[HttpPost] [HttpPost]
public async Task VerifyReadingRestTime() public async Task VerifyReadingRestTime()
{ {
var cacheKey = _userInfo.Id.ToString(); var cacheKey = _userInfo.Id.ToString() + "RestTime";
var value = _provider.Get<string>(cacheKey).Value; var value = _provider.Get<string>(cacheKey).Value;