From ba984f926362adbf02c4f5257bb106c776896b86 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 29 Mar 2024 14:29:44 +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/TrialDocumentService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs index 9da81b37c..036068532 100644 --- a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs @@ -135,7 +135,7 @@ namespace IRaCIS.Core.Application.Services Asc = inDto.Asc, IsSign = false, SortField = inDto.SortField, - TrialId = inDto.TrialId, + TrialId = inDto.TrialId.Value, PageIndex = 1, PageSize = 1, })).Data;