IRC_NewDev
parent
451a311142
commit
ba984f9263
|
@ -135,7 +135,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
Asc = inDto.Asc,
|
Asc = inDto.Asc,
|
||||||
IsSign = false,
|
IsSign = false,
|
||||||
SortField = inDto.SortField,
|
SortField = inDto.SortField,
|
||||||
TrialId = inDto.TrialId,
|
TrialId = inDto.TrialId.Value,
|
||||||
PageIndex = 1,
|
PageIndex = 1,
|
||||||
PageSize = 1,
|
PageSize = 1,
|
||||||
})).Data;
|
})).Data;
|
||||||
|
|
Loading…
Reference in New Issue