IRC_NewDev
he 2024-01-11 14:48:28 +08:00
parent eadf8f5266
commit af74059945
1 changed files with 1 additions and 1 deletions

View File

@ -2604,7 +2604,7 @@ namespace IRaCIS.Application.Services
#region 测试用的5分钟
var cacheDate = DateTime.Parse(value.ToString());
int timespanMin = (DateTime.Now - cacheDate).Minutes;
if (timespanMin >= 5 && timespanMin <= 10)
if (timespanMin >= 1 && timespanMin <= 100)
{
throw new BusinessValidationFailedException("您已连续阅片2个小时请休息20分钟后再继续阅片。");
}