Browse Source

优化selectpage字段筛选

Karson 5 years ago
parent
commit
d1bdd4982c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/common/controller/Backend.php

+ 0 - 1
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) {