Compare commits
No commits in common. "83f9a66f7aad460b082bde1ee06317953100d4e1" and "1c58ba7e28d21915936cfde73a2a4747dadd46e5" have entirely different histories.
83f9a66f7a
...
1c58ba7e28
|
@ -785,7 +785,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
|
||||
await _readingTableAnswerRowInfoRepository.DeleteFromQueryAsync(x => x.QuestionId == questionInfo.Id && x.VisitTaskId == taskinfo.Id);
|
||||
await _readingTableQuestionAnswerRepository.DeleteFromQueryAsync(x => x.QuestionId == questionInfo.Id && x.VisitTaskId == taskinfo.Id);
|
||||
await _readingTableQuestionAnswerRepository.SaveChangesAsync();
|
||||
await _readingTableAnswerRowInfoRepository.AddRangeAsync(tableAnsweRowInfos);
|
||||
await _readingTableQuestionAnswerRepository.AddRangeAsync(tableAnswers);
|
||||
await _readingTableQuestionAnswerRepository.SaveChangesAsync();
|
||||
|
|
Loading…
Reference in New Issue