添加8 条
parent
f652c95d8c
commit
f45b0afc49
|
@ -415,7 +415,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
}
|
||||
|
||||
|
||||
num = num++;
|
||||
num = num+1;
|
||||
}
|
||||
await _readingTableAnswerRowInfoRepository.AddRangeAsync(rowlist);
|
||||
await _readingTableQuestionAnswerRepository.AddRangeAsync(tableAnswerList);
|
||||
|
|
Loading…
Reference in New Issue