修改分页

This commit is contained in:
wuyanwen 2020-01-21 17:56:10 +08:00
parent 5c8072e0b8
commit f8a97527f6

View File

@ -31,6 +31,6 @@ class Job extends CatchModel
public function getList() public function getList()
{ {
return $this->catchSearch() return $this->catchSearch()
->paginate($parmas['limit'] ?? $this->limit); ->paginate();
} }
} }