标准自动生成初始化默认值修改

This commit is contained in:
2023-06-07 17:53:15 +08:00
parent e976de18e0
commit ec4952766e
@@ -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);