wupengfei %!s(int64=2) %!d(string=hai) anos
pai
achega
31f2c98a7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     }
 
     /**