diff --git a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs index 808b2f680..d8818be71 100644 --- a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs @@ -79,6 +79,7 @@ namespace IRaCIS.Core.Application.Services Asc = inDto.Asc, IsSign = false, SortField = inDto.SortField, + TrialId= inDto.TrialId, PageIndex = 1, PageSize = 1, });