修改一版

Test.EIImageViewer
he 2023-03-06 13:44:54 +08:00
parent 234c6e11c8
commit b4171a6086
1 changed files with 4 additions and 0 deletions

View File

@ -1863,6 +1863,10 @@ namespace IRaCIS.Application.Services
{
TrialId = inDto.TrialId,
TrialReadingCriterionId = trialReadingCriterionId.Value,
Page=new PageInput() {
PageIndex=1,
PageSize=99999,
}
})).Item2;
var index = 0;