From d1bdd4982c37be103eaab70c4db648fc9eeb8a9d Mon Sep 17 00:00:00 2001 From: Karson Date: Wed, 30 Sep 2020 08:43:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96selectpage=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/controller/Backend.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/common/controller/Backend.php b/application/common/controller/Backend.php index e277dd07..4a240646 100644 --- a/application/common/controller/Backend.php +++ b/application/common/controller/Backend.php @@ -548,7 +548,6 @@ class Backend extends Controller $datalist = $this->model->where($where) ->page($page, $pagesize) - ->field($this->selectpageFields) ->select(); foreach ($datalist as $index => $item) {