|
@@ -29,7 +29,7 @@ class HospitalController extends MobileBaseController
|
|
|
['is_health', '=', 1],
|
|
|
];
|
|
|
|
|
|
- $list = Company::where($where)->get();
|
|
|
+ $list = Company::where($where)->orderBy('sort_index','desc')->get();
|
|
|
$other_categories = $this->categoryRepository->getCategories();
|
|
|
$tag_category = array_get($other_categories, 'AIX_jobtag');
|
|
|
foreach ($list as $v) {
|