Commit 43e4b9ec authored by hujun's avatar hujun

分页

parent 26aae0fb
......@@ -43,8 +43,8 @@ class AppointmentShop extends Basic
// $where['a.appoint_agent_id'] = 1;
$where['a.appoint_agent_id'] = $this->agentId;
$where['a.is_cancel'] = 0;
$page_no = empty($this->params['page_no']) ? 1 : $this->params['page_no'];
$page_size = empty($this->params['page_size']) ? 15 : $this->params['page_size'];
$page_no = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$page_size = empty($this->params['pageSize']) ? 15 : $this->params['pageSize'];
$field = 'a.id,a.house_id,a.appellation,a.phone,a.expect_time,a.other_require,b.create_time,';
$field .= 'b.user_name,b.id as use_id,a.applies_id';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment