|
|
- return $this->cmsContentTemplate->select('id','title','apply_type')->where(['city_id'=>$cityId])->where('deleted_at', null)->groupBy('title')->orderBy('apply_type','asc')->get();
|
|
|
+ return $this->cmsContentTemplate->select('id','title','apply_type')->where(['city_id'=>$cityId,'deleted_at'=>null])->distinct('title')->orderBy('apply_type','asc')->get();
|