Test.EIImageViewer
parent
11b18c1499
commit
edabc6b376
|
@ -1443,7 +1443,7 @@ namespace IRaCIS.Application.Services
|
||||||
else
|
else
|
||||||
|
|
||||||
{
|
{
|
||||||
var majorAxisQuestion = tablequestionList.Where(x => x.QuestionMark == QuestionMark.ShortAxis).FirstOrDefault();
|
var majorAxisQuestion = tablequestionList.Where(x => x.QuestionMark == QuestionMark.MajorAxis).FirstOrDefault();
|
||||||
if (majorAxisQuestion != null)
|
if (majorAxisQuestion != null)
|
||||||
{
|
{
|
||||||
var lastAnswer = await _readingTableQuestionAnswerRepository.Where(x => x.VisitTaskId == lastTaskinfo.Id && x.TableQuestionId == majorAxisQuestion.Id
|
var lastAnswer = await _readingTableQuestionAnswerRepository.Where(x => x.VisitTaskId == lastTaskinfo.Id && x.TableQuestionId == majorAxisQuestion.Id
|
||||||
|
|
Loading…
Reference in New Issue