From a35fe11f5b3dacb64f3819f900f1641547cf2970 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 10 Apr 2025 11:14:00 +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/Document/AuditDocumentService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/Document/AuditDocumentService.cs b/IRaCIS.Core.Application/Service/Document/AuditDocumentService.cs index 42723632e..efed114e2 100644 --- a/IRaCIS.Core.Application/Service/Document/AuditDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/AuditDocumentService.cs @@ -421,6 +421,7 @@ public class AuditDocumentService(IRepository _auditDocumentRepos auditDocumentAddOrEdits.ForEach(x => { x.IsUpdate = false; x.Id = null; + x.ParentId = inDto.ParentId; }); await addData(auditDocumentAddOrEdits); }