From 7373dd8e3710bd28e4aebf456477fa4820998b27 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 28 Sep 2022 18:26:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingQuestionService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs index 1a32d5d4..9698ec64 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs @@ -1117,7 +1117,7 @@ namespace IRaCIS.Application.Services List needAddQuestionList = new List(); needAddCriterionList.ForEach(x => { - x.IsEnable = false; + //x.IsEnable = false; x.TrialId = trialId; x.ReadingQuestionCriterionSystemId = x.Id; x.Id = NewId.NextGuid();