This commit is contained in:
he
2022-12-26 17:54:31 +08:00
parent 824830bfe4
commit 859ed8cb28
@@ -1193,6 +1193,7 @@ namespace IRaCIS.Application.Services
await _readingTableAnswerRowInfoRepository.AddAsync(rowInfo);
await _readingTableQuestionAnswerRepository.AddRangeAsync(answerList);
}
else
@@ -1236,7 +1237,7 @@ namespace IRaCIS.Application.Services
ReadingTaskState = ReadingTaskState.Reading,
});
await _readingTableQuestionAnswerRepository.SaveChangesAsync();
await _readingTableAnswerRowInfoRepository.SaveChangesAsync();
await this._readingCalculateService.CalculateTask(new CalculateTaskInDto()
{
IsChangeOtherTask = false,