From 2d2e0f6f2fb738811aaac7743725e322d756fe4f Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 29 Jan 2026 11:18:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/SiteSurvey/TrialSiteSurveyService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs b/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs index a6b34093e..b97fbb037 100644 --- a/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs +++ b/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs @@ -171,7 +171,6 @@ namespace IRaCIS.Core.Application.Contracts ActivelyReading = false, ResumeStatus = ResumeStatusEnum.Pass, CooperateStatus = inDto.TrialId==null? ContractorStatusEnum.Noncooperation: ContractorStatusEnum.Cooperation, -, ReviewStatus = ReviewerInformationConfirmStatus.ConfirmRefuse };