linwu před 4 měsíci
rodič
revize
c1813618e8

+ 1 - 1
app/Http/Controllers/Mobile/Health/HospitalController.php

@@ -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) {