商户展示错误修改

master
zengyyh 4 months ago
parent b449c5c983
commit a9d500e7b7
  1. 1
      app/common/model/Merchant.php

@ -105,6 +105,7 @@ class Merchant extends BaseModel
$res = $this->with(['logoImage'])
->where($this->getFilter($param))
->where('is_delete', '=', 0)
->where('channel_id' ,'=', 0)
->order([$sortField => 'desc'])
->paginate($pageSize);

Loading…
Cancel
Save