From eff94cbd14efd03f39375989207cc3f2d1c89fd2 Mon Sep 17 00:00:00 2001 From: lcc Date: Fri, 6 Dec 2024 08:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/controllers/wxapp/licheb/Customers.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/controllers/wxapp/licheb/Customers.php b/api/controllers/wxapp/licheb/Customers.php index afeccf08..3e3207dc 100644 --- a/api/controllers/wxapp/licheb/Customers.php +++ b/api/controllers/wxapp/licheb/Customers.php @@ -774,6 +774,7 @@ class Customers extends Wxapp $if_driver = $this->input_param('if_driver'); $level = $this->input_param('level'); $brand_id = $this->input_param('brand_id'); + $series_id = $this->input_param('series_id'); $cfrom = $this->input_param('cfrom'); //客户来源id $status = $this->input_param('status'); //状态 $o_type = $this->input_param('o_type'); //排序 @@ -861,6 +862,7 @@ class Customers extends Wxapp strlen($if_driver) && $where['if_driver'] = 1; strlen($status) && $where['status'] = $status; $brand_id && $where['brand_id'] = $brand_id; + $series_id && $where['series_id'] = $series_id; $level && $where['level'] = $level; $cfrom && $where['cf_title'] = $cfrom; $name && $where["name like '%{$name}%'"] = null;