修改
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user