feature/main20240421
guojia 11 months ago
parent 95bff5a215
commit bdf3d956ad
  1. 2
      app/common/model/Merchant.php

@ -84,7 +84,7 @@ class Merchant extends BaseModel
* @return \think\Paginator
* @throws \think\db\exception\DbException
*/
public function getList(array $param = [], int $pageSize = 15, $sortField): \think\Paginator
public function getList(array $param = [], int $pageSize = 15, $sortField = "merchant_id"): \think\Paginator
{
$res = $this->with(['logoImage'])
->where($this->getFilter($param))

Loading…
Cancel
Save