This commit is contained in:
xiaoyu
2025-05-07 10:37:10 +08:00
parent 16b371c4dc
commit 9be8fe0f6c
+1 -1
View File
@@ -459,7 +459,7 @@ class Customer extends HD_Controller
$where["biz_id in(select id from lc_biz where type={$params['biz_type']})"] = null;
}
if ($params['cid']) {
$where["{$params['search_tp']} like '{$params['cid']}'"] = null;
$where["{$params['search_tp']} like '%{$params['cid']}%'"] = null;
}
if ($params['level']) {
$where['level'] = $params['level'];