Commit fd743851 authored by hujun's avatar hujun

我的预约看铺

parent 80505b5c
...@@ -78,7 +78,7 @@ class WatchShop extends Basic ...@@ -78,7 +78,7 @@ class WatchShop extends Basic
} }
if ($params['check_status'] == 2) { if ($params['check_status'] == 2) {
$where['b.agent_id'] = $this->userId; $where['a.appoint_agent_id'] = $this->userId;
$data['list'] = $applies->getAppointWatchOurList($pageNo, $pageSize, 'id DESC', 'a.*', $where); $data['list'] = $applies->getAppointWatchOurList($pageNo, $pageSize, 'id DESC', 'a.*', $where);
$data['total'] = $applies->getAppointWatchOurTotal($where); $data['total'] = $applies->getAppointWatchOurTotal($where);
} }
......
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