diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs index cbc12c959..d645c98f5 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs @@ -239,21 +239,10 @@ namespace IRaCIS.Core.Application.Service { await _readingTaskQuestionMarkRepository.UpdatePartialFromQueryAsync(x => x.Id == originalMarkInfo.Id, x => new ReadingTaskQuestionMark() { - InstanceId = null, - SeriesId = null, - StudyId = null, - MarkTool = string.Empty, - // PicturePath = string.Empty, 稽查需要显示截图 - NumberOfFrames = null, - MeasureData = string.Empty, - OrderMarkName = string.Empty, - OtherInstanceId = null, - OtherSeriesId = null, - OtherStudyId = null, - OtherMarkTool = string.Empty, - OtherPicturePath = string.Empty, - OtherNumberOfFrames = null, - OtherMeasureData = string.Empty, + QuestionId=null, + TableQuestionId=null, + RowId=null, + RowIndex=null, }); } @@ -2148,10 +2137,6 @@ namespace IRaCIS.Core.Application.Service await _readingTaskQuestionMarkRepository.UpdatePartialFromQueryAsync(x => x.Id == questionMark.Id, x => new ReadingTaskQuestionMark() { QuestionId = null, - MeasureData = string.Empty, - PicturePath = string.Empty, - OtherMeasureData = string.Empty, - OtherPicturePath = string.Empty, }); } }