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();
     }
 
     /**