This commit is contained in:
he
2023-06-08 10:10:45 +08:00
6 changed files with 101 additions and 112 deletions
@@ -682,6 +682,7 @@ namespace IRaCIS.Core.Application.Service.RC
x.ReadingQuestionCriterionSystemId = x.Id;
x.Id = NewId.NextGuid();
x.IsAutoCreate=x.CriterionType==CriterionType.RECIST1Pointt1_MB?false:true;
// 同步问题暂时注释
//List<ReadingQuestionTrial> readingQuestionTrialList = new List<ReadingQuestionTrial>();
//SetChildParentQuestion(criterion.Id, trialId, systemQuestionList, readingQuestionTrialList);