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