This commit is contained in:
he
2024-01-11 14:48:28 +08:00
parent eadf8f5266
commit af74059945
@@ -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分钟后,再继续阅片。");
}