稽查修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
164b074d1b
commit
1e96e671a9
|
@ -2117,7 +2117,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
var index = await _readingCalculateService.GetDeleteLesionStatrIndex(inDto);
|
var index = await _readingCalculateService.GetDeleteLesionStatrIndex(inDto);
|
||||||
|
|
||||||
await _readingTableQuestionAnswerRepository.BatchUpdateNoTrackingAsync(x => x.RowId == inDto.RowId, x => new ReadingTableQuestionAnswer()
|
await _readingTableQuestionAnswerRepository.UpdatePartialFromQueryAsync(x => x.RowId == inDto.RowId, x => new ReadingTableQuestionAnswer()
|
||||||
{
|
{
|
||||||
|
|
||||||
IsDeleted = true
|
IsDeleted = true
|
||||||
|
|
|
@ -72,7 +72,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
typeof(NoneDicomStudyFile),
|
typeof(NoneDicomStudyFile),
|
||||||
typeof(DicomInstance),
|
typeof(DicomInstance),
|
||||||
typeof(DicomSeries),
|
typeof(DicomSeries),
|
||||||
typeof(ReadingTableAnswerRowInfo),
|
|
||||||
typeof(DicomStudy)
|
typeof(DicomStudy)
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue