123
This commit is contained in:
@@ -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']) {
|
||||
|
||||
Reference in New Issue
Block a user