搜索数据类型优化
parent
18372d65d9
commit
bc4f15b65f
|
|
@ -186,7 +186,7 @@ class SearchService
|
|||
} else {
|
||||
if(!empty($params['brand_id']))
|
||||
{
|
||||
$where_base[] = ['g.brand_id', 'in', intval($params['brand_id'])];
|
||||
$where_base[] = ['g.brand_id', 'in', [$params['brand_id']]];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue