From b42325337e5b1cf74e9f0050131666b3863f076b Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 20 Nov 2025 14:28:54 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Common/EmailLogService.cs b/IRaCIS.Core.Application/Service/Common/EmailLogService.cs index 45c061135..5dde4bd97 100644 --- a/IRaCIS.Core.Application/Service/Common/EmailLogService.cs +++ b/IRaCIS.Core.Application/Service/Common/EmailLogService.cs @@ -261,6 +261,10 @@ public class EmailLogService(IRepository _emailLogRepository, // var emailView = ConvertToEmailLogView(uid, message); var message = sentFolder.GetMessage(uid); + if (message.Date.DateTime <= startDate) + { + continue; + } var emaillog = new EmailLog { Id=NewId.NextGuid(),