...
|
...
|
@@ -36,7 +36,8 @@ class Category extends Model |
|
|
// ->join('fa_category cate3', 'g.category_three_id=cate3.id')
|
|
|
->where($where)
|
|
|
->whereOr($whereOr)
|
|
|
->column('country_id,brand_id,level_id,part_id,category2_id');
|
|
|
->field('country_id,brand_id,level_id,part_id,category2_id')
|
|
|
->select();
|
|
|
|
|
|
$countryids = [];
|
|
|
$brandids = [];
|
...
|
...
|
|