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); }