From f900e675da97782f87b636790a169b3486f4cc0e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 28 Feb 2025 11:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E9=A1=B9=E7=9B=AE=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=A1=B9=E7=9B=AE=E5=8F=82=E4=B8=8E=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/TrialSiteUser/TrialService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialService.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialService.cs index 35a1ba2ae..e9768e61e 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialService.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialService.cs @@ -470,6 +470,7 @@ namespace IRaCIS.Core.Application.Service #region 真项目删除 + await _repository.BatchDeleteNoTrackingAsync(o => o.TrialId == trialId); await _repository.BatchDeleteNoTrackingAsync(o => o.SubjectVisit.TrialId == trialId); await _repository.BatchDeleteNoTrackingAsync(o => o.TrialId == trialId); await _repository.BatchDeleteNoTrackingAsync(o => o.TrialId == trialId);