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

Test_IRC_Net8
hang 2025-04-15 10:54:28 +08:00
parent 1fff2f7256
commit 7476472071
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ namespace IRaCIS.Core.Application.Image.QA
{
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;