Uat_Study
he 2022-07-15 11:43:19 +08:00
parent 816d6cbe13
commit b7207d2656
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ namespace IRaCIS.Application.Services
}).FirstNotNullAsync();
if (visitTaskids.Count == 2&& trialInfo.IsArbitrationReading??false)
if (visitTaskids.Count == 2&& (trialInfo.IsArbitrationReading??false))
{
var query = from questionAnswet in _readingTaskQuestionAnswerRepository.Where(x => visitTaskids.Contains(x.VisitTaskId))
join question in _readingQuestionTrialRepository.Where(x => x.IsJudgeQuestion) on new { ReadingQuestionTrialId = questionAnswet.ReadingQuestionTrialId } equals new { ReadingQuestionTrialId = question.Id }