Uat_Study
he 2023-11-03 12:29:02 +08:00
parent 2a3748e396
commit 4f22aadfd1
1 changed files with 1 additions and 1 deletions

View File

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