From 31bbd5295ee514397d4586b44888731772836f66 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 14 Aug 2023 15:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=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/TrialDocumentService.cs | 1 + 1 file changed, 1 insertion(+) 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, });