From d2e53c7b8cd0913e0ff33a9df006197d719c6ba1 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 10 Dec 2025 13:11:45 +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 --- IRaCIS.Core.Application/Service/Common/EmailLogService.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Common/EmailLogService.cs b/IRaCIS.Core.Application/Service/Common/EmailLogService.cs index 15eebf6b1..287e7b36e 100644 --- a/IRaCIS.Core.Application/Service/Common/EmailLogService.cs +++ b/IRaCIS.Core.Application/Service/Common/EmailLogService.cs @@ -256,7 +256,10 @@ public class EmailLogService(IRepository _emailLogRepository, await _emailReSendLog.SaveChangesAsync(); - await SynchronizationEmail(); + await SynchronizationEmail(new SynchronizationEmailInDto() { + + TrialId= inDto.TrialId + }); return ResponseOutput.Ok(); }