Browse Source

wesmiler 报恩寺项目提交

wesmiler 4 năm trước cách đây
mục cha
commit
d4dd28f19d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Services/MasterService.php

+ 1 - 0
app/Services/MasterService.php

@@ -53,6 +53,7 @@ class MasterService extends BaseService
      * @return array
      */
     public function getDataList($userId){
+        $params = request()->all();
         $page = isset($params['pageSize']) ? intval($params['pageSize']) : PAGE;
         $pageSize = isset($params['pageSize']) ? intval($params['pageSize']) : PERPAGE;
         $dataList = $this->model::from('master as ms')