From 96337710697a84192e64eb639de0219afe1a40a3 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sun, 12 Jan 2025 09:27:36 +0800 Subject: [PATCH] 123 --- admin/controllers/autohome/Customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/controllers/autohome/Customer.php b/admin/controllers/autohome/Customer.php index 82e0915e..a9d35c2f 100644 --- a/admin/controllers/autohome/Customer.php +++ b/admin/controllers/autohome/Customer.php @@ -96,7 +96,7 @@ class Customer extends HD_Controller } if ($params['mobile']) { - $where["{$params['mobile']} like '{$params['mobile']}'"] = null; + $where["mobile like '{$params['mobile']}'"] = null; } //创建时间 if ($params['c_time']) {