fix(form):分页错误

yun-zuoyi
汪云昊 5 years ago
parent faf9bd4b14
commit 8d66424bf6

@ -96,7 +96,7 @@ public class PagerHelper {
}
int startRow = (pager.getCurrentPage() - 1) * pager.getPageSize();
pager.setStartRow(startRow == 0 ? 1 : startRow);
pager.setStartRow(startRow);
int endRow;
if (startRow + pager.getPageSize() <= rowCount) {

Loading…
Cancel
Save