From 09bf2b4d9129ecb5ea376e65854df5ec958d4e54 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Mon, 29 Sep 2025 10:44:40 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BB=BA=E9=97=AD=E5=8C=85=E8=A1=A8?=
=?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/TestService.cs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs
index 9118be0be..8840437ae 100644
--- a/IRaCIS.Core.Application/TestService.cs
+++ b/IRaCIS.Core.Application/TestService.cs
@@ -81,7 +81,7 @@ namespace IRaCIS.Core.Application.Service
///
///
[AllowAnonymous]
- public async Task RebuildAuditDocumentClosureAsync([FromServices] IRepository _auditDocumentClosureRepository, [FromServices] IRepository _auditDocumentRepository)
+ public async Task RebuildAuditDocumentClosureAsync([FromServices] IRepository _auditDocumentClosureRepository, [FromServices] IRepository _auditDocumentRepository)
{
@@ -134,6 +134,8 @@ namespace IRaCIS.Core.Application.Service
await _auditDocumentClosureRepository.AddRangeAsync(closures);
await _auditDocumentClosureRepository.SaveChangesAsync();
+
+ return ResponseOutput.Ok();
}