修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
24ec6b21d5
commit
e6d2f13b7e
|
@ -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,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue