IRC_NewDev
he 2024-03-29 14:29:44 +08:00
parent 451a311142
commit ba984f9263
1 changed files with 1 additions and 1 deletions

View File

@ -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;