This commit is contained in:
he
2022-12-27 17:55:29 +08:00
parent 1419b4eb3d
commit 2157423c19
6 changed files with 43 additions and 36 deletions
@@ -1610,7 +1610,7 @@ namespace IRaCIS.Application.Services
int timespanMin = (DateTime.Now - cacheDate).Minutes;
if (timespanMin > 120 && timespanMin < 140)
{
throw new BusinessValidationFailedException(_localizer["ReadingImage_NeedRest"]);
throw new BusinessValidationFailedException(_localizer["ReadingImage_NeedRest",2,20]);
}
else if (timespanMin > 140)
{