修复bug

Uat_Study
hang 2022-04-28 17:52:58 +08:00
parent e5ace5652c
commit 3f13e9d58c
1 changed files with 2 additions and 1 deletions

View File

@ -1250,7 +1250,7 @@ namespace IRaCIS.Core.Application.Image.QA
dbSubjectVisit.CurrentActionUserExpireTime = null;
}
var success = await _repository.SaveChangesAsync();
var success = await _subjectVisitRepository.SaveChangesAsync();
return ResponseOutput.Result(success);
}
@ -1554,6 +1554,7 @@ namespace IRaCIS.Core.Application.Image.QA
}
dbSubjectVisit.IsTake = false;
dbSubjectVisit.CurrentActionUserId = null;
dbSubjectVisit.CurrentActionUserExpireTime = null;
//删除 软删除的物理文件