diff --git a/api/controllers/wxapp/licheb/Customers.php b/api/controllers/wxapp/licheb/Customers.php index 86948483..435d3488 100644 --- a/api/controllers/wxapp/licheb/Customers.php +++ b/api/controllers/wxapp/licheb/Customers.php @@ -1140,6 +1140,7 @@ class Customers extends Wxapp $t_day = date('Y-m-d'); $where = array('a.biz_id' => $this->biz_id, 'a.cs_biz_id<>' => -1, 'a.status in(0,1)' => null, 'b.t_day' => $t_day); $params['level'] && $where['a.level'] = $params['level'];//等级 + $params['admin_id'] && $where['a.admin_id'] = $params['admin_id'];//等级 if ($status == 2) {//已跟进 $where['b.status'] = 2; } else {