diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 74d41ee9e..2fae61170 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -2870,8 +2870,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common { TrialReadingCriterionId = t.ReadingQuestionTrial.ReadingQuestionCriterionTrialId, //标准Id Type = t.ReadingQuestionTrial.QuestionName, //病灶类型 - t.ReadingQuestionTrial.Unit, - t.ReadingQuestionTrial.CustomUnit, + t.Unit, + t.CustomUnit, t.DictionaryCode, t.QuestionName, t.QuestionEnName, @@ -2961,8 +2961,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common { TrialReadingCriterionId = t.ReadingQuestionTrial.ReadingQuestionCriterionTrialId, //标准Id Type = t.ReadingQuestionTrial.QuestionName, //病灶类型 - t.ReadingQuestionTrial.Unit, - t.ReadingQuestionTrial.CustomUnit, + t.Unit, + t.CustomUnit, t.DictionaryCode, t.QuestionName, t.QuestionEnName,