mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 14:25:32 +08:00
搜索数据类型优化
This commit is contained in:
@ -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']]];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user