软删除修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-15 10:54:28 +08:00
parent 1fff2f7256
commit 7476472071
@@ -1013,7 +1013,7 @@ namespace IRaCIS.Core.Application.Image.QA
{ {
var studyId = updateModalityCommand.Id; var studyId = updateModalityCommand.Id;
var study = (await _dicomStudyRepository.FirstOrDefaultAsync(t => t.Id == studyId)).IfNullThrowException(); var study = (await _dicomStudyRepository.FirstOrDefaultAsync(t => t.Id == studyId,true)).IfNullThrowException();
study.BodyPartForEdit = updateModalityCommand.BodyPart; study.BodyPartForEdit = updateModalityCommand.BodyPart;