diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs
index 022957148..d91ac95a2 100644
--- a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs
+++ b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs
@@ -331,6 +331,9 @@ namespace IRaCIS.Core.Application.Contracts
///
public int ImagePlatform { get; set; } = 1;
+
+ public string GlobalUpdateType { get; set; } = string.Empty;
+
///
/// 任务组织级别
///
@@ -773,6 +776,9 @@ namespace IRaCIS.Core.Application.Contracts
///
public Guid TrialReadingCriterionId { get; set; }
+
+ public string GlobalUpdateType { get; set; } = string.Empty;
+
///
/// 阅片工具
///
diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs
index cc0dcdba8..a3006e80e 100644
--- a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs
+++ b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs
@@ -327,6 +327,7 @@ namespace IRaCIS.Core.Application
//IsImageIabeled = inDto.IsImageIabeled,
IsReadingShowSubjectInfo = inDto.IsReadingShowSubjectInfo,
IsReadingShowPreviousResults = inDto.IsReadingShowPreviousResults,
+ GlobalUpdateType=inDto.GlobalUpdateType,
ImagePlatform=inDto.ImagePlatform,
ArbitrationRule= inDto.IsReadingTaskViewInOrder? ArbitrationRule.Visit:ArbitrationRule.NA,
ReadingType = inDto.ReadingType,
diff --git a/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs
index 126ed3c6d..38170bcf6 100644
--- a/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs
+++ b/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs
@@ -87,6 +87,7 @@ namespace IRaCIS.Core.Domain.Models
///
public string GlobalUpdateType { get; set; } = string.Empty;
+
///
/// 评估原因
///