修改
This commit is contained in:
@@ -2549,7 +2549,7 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
var cacheKey = _userInfo.Id.ToString()+ "RestTime";
|
||||
|
||||
|
||||
throw new BusinessValidationFailedException(_localizer["ReadingImage_NeedRest", 2, 20]);
|
||||
var value = _provider.Get<string>(cacheKey).Value;
|
||||
if (value == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user