...
|
...
|
@@ -32,7 +32,7 @@ class SearchModel |
|
|
$result = SearchData::searchElasticByCondition($condition);
|
|
|
if (isset($result['code']) && $result['code'] === 200) {
|
|
|
// 调用分类信息
|
|
|
$category = SearchData::getClassesData();
|
|
|
$category = SearchData::getClassesData($condition);
|
|
|
if (isset($category['code']) && $category['code'] === 200) {
|
|
|
$result['data']['filter']['group_sort'] = $category['data']['sort'];
|
|
|
}
|
...
|
...
|
|