This commit is contained in:
xiaoyu
2023-08-09 14:10:56 +08:00
parent 4385ed8d21
commit eff428274d
@@ -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 {