搜索数据类型优化

feat/task1-c-wallet
Devil 2021-07-21 20:19:55 +08:00
parent 18372d65d9
commit bc4f15b65f
1 changed files with 1 additions and 1 deletions

View File

@ -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']]];
}
}