Uat_Study
he 2022-11-04 09:20:19 +08:00
parent d5d4d4b539
commit b28a88824f
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ namespace IRaCIS.Application.Services
if (inDto.RowIndex % 1 == 0)
{
var questionInfo = await _readingQuestionTrialRepository.Where(x => x.Id == inDto.QuestionId).FirstNotNullAsync();
if (questionInfo.MaxQuestionCount != null)
if (questionInfo.MaxQuestionCount != null&& questionInfo.MaxQuestionCount!=0)
{
if (questionInfo.MaxQuestionCount <
(