From d4d632adce7b4b04295dcc68898c3c09ffd02479 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 9 Apr 2026 17:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E8=A7=92=E8=89=B2=E5=8E=BB=E9=87=8D-=E5=A4=9A?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E5=8A=A0=E5=85=A5=E5=90=8C=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/SiteSurvey/TrialSiteSurveyService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs b/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs index 097891d95..25ee0428b 100644 --- a/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs +++ b/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs @@ -1322,7 +1322,7 @@ namespace IRaCIS.Core.Application.Contracts - foreach (var userTypeId in userTypeIdList) + foreach (var userTypeId in userTypeIdList.Distinct()) { var findTrialUserRole = findTrialUser.TrialUserRoleList.Where(t => t.UserRole?.UserTypeId == userTypeId).FirstOrDefault();