Uat_Study
parent
d5d4d4b539
commit
b28a88824f
|
@ -859,7 +859,7 @@ namespace IRaCIS.Application.Services
|
||||||
if (inDto.RowIndex % 1 == 0)
|
if (inDto.RowIndex % 1 == 0)
|
||||||
{
|
{
|
||||||
var questionInfo = await _readingQuestionTrialRepository.Where(x => x.Id == inDto.QuestionId).FirstNotNullAsync();
|
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 <
|
if (questionInfo.MaxQuestionCount <
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue