复核稽查修改009
parent
1aad2c6a3f
commit
1c05010552
|
@ -1400,6 +1400,8 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
// return ResponseOutput.NotOk("您已经领取了其他受试者,完成后才允许领取新的受试者");
|
||||
//}
|
||||
|
||||
if (dbSubjectVisit.SecondReviewState == SecondReviewState.None)
|
||||
{
|
||||
#region 处理验证
|
||||
|
||||
if (trialConfig.QCProcessEnum == TrialQCProcess.NotAudit)
|
||||
|
@ -1459,6 +1461,8 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
|
||||
dbSubjectVisit.IsTake = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue