This commit is contained in:
he
2023-06-05 13:37:12 +08:00
parent 5d797959e3
commit 343360cdbe
4 changed files with 90 additions and 39 deletions
@@ -479,6 +479,9 @@ namespace IRaCIS.Application.Services
// 在修改前 去除这个问题
x.BeforeQuestionList = x.BeforeQuestionList.Where(x => x.QuestionType != QuestionType.SiteVisitForTumorEvaluation).ToList();
x.AfterQuestionList = x.AfterQuestionList.Where(x => x.QuestionType == QuestionType.SiteVisitForTumorEvaluation|| x.GlobalAnswerType != GlobalAnswerType.Question).ToList();
});
}