From b24751287cd4192b5ef2829e7ce59a5ed6ce874b Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 3 Apr 2025 16:07:48 +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/AuditDocumentService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Document/AuditDocumentService.cs b/IRaCIS.Core.Application/Service/Document/AuditDocumentService.cs index c542d4540..7cebfdb74 100644 --- a/IRaCIS.Core.Application/Service/Document/AuditDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/AuditDocumentService.cs @@ -133,7 +133,7 @@ public class AuditDocumentService(IRepository _auditDocumentRepos ParentId = null, Version = num, AuditDocumentTypeEnum = AuditDocumentType.HistoricalVersion - }); + },true); } return entityData;