Test_HIR_Net8
he 2025-09-08 16:00:53 +08:00
parent a3b69d45ae
commit 6875cf3188
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
var criterionId = visitTaskInfo.TrialReadingCriterionId; var criterionId = visitTaskInfo.TrialReadingCriterionId;
var questionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrialId == criterionId && x.ShowQuestion != ShowQuestion.Hide) var questionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrialId == criterionId && x.ShowQuestion != ShowQuestion.Hide)
//.Where(x => x.LesionType != LesionType.BaselineLesions) //.Where(x => x.LesionType != LesionType.BaselineLesions)
.Where(x => x.QuestionType != QuestionType.TherapeuticEffectEvaluationGroup) //.Where(x => x.QuestionType != QuestionType.TherapeuticEffectEvaluationGroup)
.ToListAsync(); .ToListAsync();
// 新病灶 // 新病灶