Commit f488e00b by 赵增煜

诊断展示20条

parent 6af66686
...@@ -23,7 +23,7 @@ public function diagnosisList(Request $request) ...@@ -23,7 +23,7 @@ public function diagnosisList(Request $request)
$query->where('name', 'like', "%{$search_input}%") $query->where('name', 'like', "%{$search_input}%")
->orWhere('code', 'like', "%{$search_input}%"); ->orWhere('code', 'like', "%{$search_input}%");
} }
$data = $query->paginate(10); $data = $query->paginate(20);
return $this->success($data); return $this->success($data);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment