songxingwei 2 years ago
parent
commit
aa15797086
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/zoujingli/think-library/src/helper/PageHelper.php

+ 1 - 1
vendor/zoujingli/think-library/src/helper/PageHelper.php

@@ -85,7 +85,7 @@ class PageHelper extends Helper
             if ($this->limit > 0) $limit = $this->limit;
             $rows = [];
             $page = $this->query->paginate($limit, $this->total, ['query' => ($query = $this->controller->request->get())]);
-            echo $this->query->getLastSql();
+            //echo $this->query->getLastSql();
             foreach ([10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200] as $num) {
                 list($query['limit'], $query['page'], $selected) = [$num, '1', $limit === $num ? 'selected' : ''];
                 // 由于加上 / 如做绑定admin模块单独入口 会导致找不到模块 在此去掉 /