sunhao 5 years ago
parent
commit
044dbe73c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/StatisticsController.php

+ 1 - 1
app/Http/Controllers/Admin/StatisticsController.php

@@ -4599,7 +4599,7 @@ class StatisticsController extends Controller
4599 4599
 
4600 4600
         if ($count > 1) {
4601 4601
             // 总页数
4602
-            $pages = ceil($count/$pageSize);
4602
+            $pages = ceil($count/20);
4603 4603
         }else{
4604 4604
             // 总页数
4605 4605
             $pages = 1;