修复bug
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user