修改
This commit is contained in:
@@ -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 <
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user