This commit is contained in:
2022-04-28 17:34:57 +08:00
parent 732271121d
commit 07d9afdd29
5 changed files with 35 additions and 30 deletions
@@ -1144,11 +1144,6 @@ namespace IRaCIS.Core.Application.Image.QA
#region
if (dbSubjectVisit.IsTake && dbSubjectVisit.CurrentActionUserId != _userInfo.Id)
{
return ResponseOutput.NotOk("当前已被领取,不允许领取");
}
if (trialConfig.QCProcessEnum == TrialQCProcess.NotAudit)
{
return ResponseOutput.NotOk("项目配置为不审,没有领取QC Task");