修改退回逻辑
parent
b9b02b4ed0
commit
5752a3bb68
|
@ -1967,6 +1967,11 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
|||
}
|
||||
|
||||
|
||||
if( await _subjectVisitRepository.AnyAsync(t=>t.Id==task.SourceSubjectVisitId && t.CheckState!= CheckStateEnum.CVPassed))
|
||||
{
|
||||
return ResponseOutput.NotOk("当前访视已回退到影像上传,不允许继续回退!");
|
||||
}
|
||||
|
||||
|
||||
if (task.IsAnalysisCreate)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue