|
@@ -32,7 +32,7 @@ class CmsContentTemplateRepository {
|
|
|
'status','=',$request['status'],
|
|
|
];
|
|
|
}
|
|
|
- return $this->cmsContentTemplate->where($where)->groupBy('city_id','apply_type')->orderBy('id', 'asc')->paginate($perPage);
|
|
|
+ return $this->cmsContentTemplate->where($where)->where('status',1)->orderBy('id', 'asc')->paginate($perPage);
|
|
|
|
|
|
|
|
|
}
|