IRC_NewDev
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分钟后,再继续阅片。");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue