Compare commits
No commits in common. "07b496eb67407650d3f5515f17cfac73e61380ac" and "a7ad22ed28fd2ff737d1830916a6db7034726b3e" have entirely different histories.
07b496eb67
...
a7ad22ed28
|
@ -2070,8 +2070,6 @@ namespace IRaCIS.Core.Application.Service
|
|||
var index = await _readingCalculateService.GetDeleteLesionStatrIndex(inDto);
|
||||
|
||||
|
||||
await _readingTaskQuestionMarkRepository.BatchDeleteNoTrackingAsync(x => x.RowId == inDto.RowId);
|
||||
|
||||
await _readingTableQuestionAnswerRepository.BatchUpdateNoTrackingAsync(x => x.RowId == inDto.RowId, x => new ReadingTableQuestionAnswer()
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue