修复bug
parent
5fc78db5f7
commit
59c7a73f63
|
@ -1088,10 +1088,6 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
subjectVisit = _subjectVisitRepository.FirstOrDefaultAsync(t => t.Id == sujectVisitId).Result.IfNullThrowException();
|
||||
}
|
||||
|
||||
if (subjectVisit.PreliminaryAuditUserId != null)
|
||||
{
|
||||
throw new BusinessValidationFailedException("当前访视已审核通过,不允许操作");
|
||||
}
|
||||
|
||||
if (subjectVisit.CurrentActionUserId != _userInfo.Id)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue