diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 13efcc8db..ed2820f80 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -1389,7 +1389,7 @@
-
+
稽查文档
diff --git a/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs b/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs
index 4ecea22d6..fdae004eb 100644
--- a/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs
+++ b/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs
@@ -43,7 +43,7 @@ namespace IRaCIS.Core.Application.Contracts
public Guid Id { get; set; }
public Guid TrialId { get; set; }
- public Guid? SiteId { get; set; }
+ public Guid? SiteId => Id;
public string TrialSiteCode { get; set; } = string.Empty;