|
@@ -3051,8 +3051,9 @@ public class ConsoleFacade {
|
|
|
current = 1;
|
|
|
}
|
|
|
int startIndex = ((int)current -1)*10;
|
|
|
-
|
|
|
+ if(retRecords.size()>1){
|
|
|
retRecords = retRecords.subList(startIndex, startIndex+(int)size);
|
|
|
+ }
|
|
|
retPage.setRecords(retRecords);
|
|
|
return retPage;
|
|
|
}
|