From 75fb357cc5993f477ecd9962a1a8307e2802861f Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 21 Apr 2025 13:24:24 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs index 4c232f8f2..5a1c520e4 100644 --- a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs @@ -177,7 +177,7 @@ namespace IRaCIS.Core.Application.Services - await _mediatorScoped.Publish(new SystemDocumentPublishEvent() { Ids = inDto.Ids }); + _mediatorScoped.Publish(new SystemDocumentPublishEvent() { Ids = inDto.Ids }); return ResponseOutput.Result(true); }