This commit is contained in:
he
2024-03-29 14:29:44 +08:00
parent 451a311142
commit ba984f9263
@@ -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;