Compare commits
2 Commits
a7ad22ed28
...
07b496eb67
Author | SHA1 | Date |
---|---|---|
|
07b496eb67 | |
|
762e46480c |
|
@ -2070,6 +2070,8 @@ 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