修改
This commit is contained in:
@@ -2543,7 +2543,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;
|
||||
|
||||
Reference in New Issue
Block a user