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