diff --git a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs index 9dcf012d4..94ee34937 100644 --- a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs @@ -102,7 +102,7 @@ namespace IRaCIS.Core.Application.Services { IsPublish = true, IsDeleted = false, - }); + },false,true); await _trialDocumentRepository.SaveChangesAsync(); Console.WriteLine("开始 发布项目文档");