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