fix hr pager & format uploaded/downloaded change value

This commit is contained in:
xiaomlove
2022-05-12 01:35:01 +08:00
parent c5ace7df67
commit cd7de04e6c
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ print $filterForm;
$baseQuery = \App\Models\HitAndRun::query()->where('uid', $userid)->where('status', $status);
$rescount = (clone $baseQuery)->count();
list($pagertop, $pagerbottom, $limit, $offset, $pageSize) = pager(50, $rescount, "?status=$status");
list($pagertop, $pagerbottom, $limit, $offset, $pageSize) = pager(50, $rescount, "?status=$status&");
print("<table width='100%'>");
print("<tr>
<td class='colhead' align='center'>{$lang_myhr['th_hr_id']}</td>