新增order
This commit is contained in:
@@ -13,7 +13,7 @@ trait BaseOptionsTrait
|
||||
public function getList()
|
||||
{
|
||||
return $this->catchSearch()
|
||||
->order($this->getPk(), 'desc')
|
||||
->order()
|
||||
->paginate();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user