From 87d658031b3e97dfd57e7aa9828613d66322e7e0 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 18 Apr 2025 14:10:46 +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/Document/SystemDocumentService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs index d0c55ff3f..1a0d8070c 100644 --- a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs @@ -195,7 +195,6 @@ namespace IRaCIS.Core.Application.Services IsDeleted = true, }); var result = await _systemDocumentRepository.SaveChangesAsync(); - await _mediatorScoped.Publish(new SystemDocumentPublishEvent() { Ids = inDto.Ids }); return ResponseOutput.Result(result); }