复核稽查修改009

Uat_IRC_Net8
hang 2025-07-17 16:49:20 +08:00
parent 1aad2c6a3f
commit 1c05010552
1 changed files with 57 additions and 53 deletions

View File

@ -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;