xielin %!s(int64=6) %!d(string=hai) anos
pai
achega
22609a1a55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Repositories/CmsContentTemplateSetRepository.php

+ 1 - 1
app/Http/Repositories/CmsContentTemplateSetRepository.php

@@ -97,6 +97,6 @@ class CmsContentTemplateSetRepository {
     }
 
     public function getTemplate($cityId){
-        return $this->cmsContentTemplate->select('title','apply_type')->where(['city_id'=>$cityId,'is_open'=>0])->get();
+        return $this->cmsContentTemplate->select('title','apply_type')->where(['city_id'=>$cityId,'is_open'=>0])->orderBy('apply_type asc')->get();
     }
 }