修改
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()
|
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,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue