diff --git a/admin/controllers/auto/Business.php b/admin/controllers/auto/Business.php index dc095a2f..706788db 100644 --- a/admin/controllers/auto/Business.php +++ b/admin/controllers/auto/Business.php @@ -130,6 +130,7 @@ class Business extends HD_Controller{ $this->data['cityAry'] = $this->sys_city_model->select(['status'=>1],'id desc',0,0,'city_id,name'); $this->data['yearAry'] = $this->auto_business_model->year(); $this->data['monthAry'] = $this->auto_business_model->month(); + $this->data['pager'] = array('count' => ceil($total / $size), 'curr' => $page, 'totle' => $total); $this->data['_title'] = '商务政策管理'; $this->show_view('auto/business/lists',true); }