This commit is contained in:
he
2022-10-08 13:26:57 +08:00
parent 5a988e69aa
commit efc595c615
4 changed files with 88 additions and 2 deletions
@@ -2134,7 +2134,8 @@ namespace IRaCIS.Application.Services
.Select(x => new
{
QuestionMark = x.ReadingTableQuestionTrial.QuestionMark,
Answer = x.Answer
Answer = x.Answer,
}).ToListAsync();
if (tableAnswerList.Any(x => x.QuestionMark == QuestionMark.State && x.Answer.IsNullOrEmpty()))