Merge branch 'Uat.Study' of http://192.168.3.69:2000/XCKJ/irc-netcore-api into Uat.Study

Uat_Study
hang 2023-11-06 11:12:44 +08:00
commit 73eef26c44
1 changed files with 1 additions and 1 deletions

View File

@ -2474,7 +2474,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;