Uat_Study
parent
096933436d
commit
c90ac27ec1
|
@ -724,7 +724,6 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
|
||||
await VerifyIsCanQCAsync(null, subjectVisitId);
|
||||
|
||||
|
||||
var series = (await _repository.Where<DicomSeries>(t => t.Id == seriesId, true).IgnoreQueryFilters().FirstOrDefaultAsync()).IfNullThrowException();
|
||||
|
||||
|
||||
|
@ -933,9 +932,6 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
{
|
||||
throw new BusinessValidationFailedException("您不是该质控任务当前领取人,没有操作权限!");
|
||||
}
|
||||
|
||||
//测试 不要会出问题
|
||||
await Task.CompletedTask;
|
||||
}
|
||||
|
||||
#region 临床数据签名 领取、 设置紧急、RequestToQC QC通过、不通过
|
||||
|
|
Loading…
Reference in New Issue