Commit 0afc560d authored by hujun's avatar hujun

1

parent 344a67fc
...@@ -40,8 +40,8 @@ class AppointmentShop extends Basic ...@@ -40,8 +40,8 @@ class AppointmentShop extends Basic
$code = 200; $code = 200;
$msg = ""; $msg = "";
$list = []; $list = [];
$where['a.appoint_agent_id'] = 1; // $where['a.appoint_agent_id'] = 1;
// $where['a.appoint_agent_id'] = $this->agentId; $where['a.appoint_agent_id'] = $this->agentId;
$where['a.is_cancel'] = 0; $where['a.is_cancel'] = 0;
$page_no = empty($this->params['page_no']) ? 1 : $this->params['page_no']; $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_size = empty($this->params['page_size']) ? 15 : $this->params['page_size'];
......
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