Compare commits
2 Commits
076d99c6ba
...
82afae93dc
| Author | SHA1 | Date |
|---|---|---|
|
|
82afae93dc | |
|
|
6875cf3188 |
|
|
@ -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();
|
||||||
|
|
||||||
// 新病灶
|
// 新病灶
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue