update the criteria for becoming a cheater

This commit is contained in:
xiaomlove
2022-02-21 16:21:50 +08:00
parent 7409e90875
commit 9ceb9ec4d1
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ begin_main_frame("", true);
print $filterForm;
$rescount = \App\Models\HitAndRun::query()->where('status', $status)->count();
$rescount = \App\Models\HitAndRun::query()->where('uid', $userid)->where('status', $status)->count();
list($pagertop, $pagerbottom, $limit, $offset, $pageSize) = pager(50, $rescount, "?status=$status");
print("<table width='100%'>");
print("<tr>