diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 703073129..7d6a8e909 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -429,8 +429,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 是否是系统数据 /// - public bool IsSystemData { - get { + public bool IsSystemData + { + get + { return this.ReadingQuestionCriterionSystemId != null; } }