wupengfei пре 2 година
родитељ
комит
31f2c98a7c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      application/leave/controller/LeaveInfo.php

+ 1 - 1
application/leave/controller/LeaveInfo.php

@@ -28,7 +28,7 @@ class LeaveInfo extends Controller
     public function index()
     {
         $this->title = '列表管理';
-        $query = $this->_query($this->table)->where('is_deleted',0)->page(false);
+        $query = $this->_query($this->table)->where('is_deleted',0)->page();
     }
 
     /**