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

Uat_IRC_Net8
he 2025-07-14 15:09:48 +08:00
parent 24ec6b21d5
commit e6d2f13b7e
1 changed files with 4 additions and 19 deletions

View File

@ -239,21 +239,10 @@ namespace IRaCIS.Core.Application.Service
{ {
await _readingTaskQuestionMarkRepository.UpdatePartialFromQueryAsync(x => x.Id == originalMarkInfo.Id, x => new ReadingTaskQuestionMark() await _readingTaskQuestionMarkRepository.UpdatePartialFromQueryAsync(x => x.Id == originalMarkInfo.Id, x => new ReadingTaskQuestionMark()
{ {
InstanceId = null, QuestionId=null,
SeriesId = null, TableQuestionId=null,
StudyId = null, RowId=null,
MarkTool = string.Empty, RowIndex=null,
// 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,
}); });
} }
@ -2148,10 +2137,6 @@ namespace IRaCIS.Core.Application.Service
await _readingTaskQuestionMarkRepository.UpdatePartialFromQueryAsync(x => x.Id == questionMark.Id, x => new ReadingTaskQuestionMark() await _readingTaskQuestionMarkRepository.UpdatePartialFromQueryAsync(x => x.Id == questionMark.Id, x => new ReadingTaskQuestionMark()
{ {
QuestionId = null, QuestionId = null,
MeasureData = string.Empty,
PicturePath = string.Empty,
OtherMeasureData = string.Empty,
OtherPicturePath = string.Empty,
}); });
} }
} }