Merge branch 'Test.IRC' of http://192.168.3.69:2000/XCKJ/irc-netcore-api into Test.IRC
This commit is contained in:
@@ -1871,7 +1871,6 @@ namespace IRaCIS.Application.Services
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -2544,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