From a9d500e7b72c198532f940dd97044b4bbc99193c Mon Sep 17 00:00:00 2001 From: zengyyh Date: Sun, 10 Nov 2024 22:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E5=B1=95=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/model/Merchant.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/model/Merchant.php b/app/common/model/Merchant.php index a5e51018..10ad1b22 100644 --- a/app/common/model/Merchant.php +++ b/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);