This commit is contained in:
he
2023-10-17 17:48:55 +08:00
parent 79c21b24cd
commit b8c7441c92
2 changed files with 32 additions and 2 deletions
@@ -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)
{