songxingwei 2 年之前
父节点
当前提交
aa15797086
共有 1 个文件被更改,包括 1 次插入1 次删除
  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模块单独入口 会导致找不到模块 在此去掉 /