Commit 564943d2 authored by hujun's avatar hujun

预约看铺

parent 0a9863e0
......@@ -78,8 +78,8 @@ class WatchShop extends Basic
}
if ($params['type'] == 2) {
$data['list'] = $applies->getAppointWatchShopList($pageNo, $pageSize, 'id DESC', '*', $where);
$data['total'] = $applies->getAppointWatchShopListTotal($where);
$data['list'] = $applies->getAppointWatchOurList($pageNo, $pageSize, 'id DESC', '*', $where);
$data['total'] = $applies->getAppointWatchOurTotal($where);
}
} catch (\Exception $e) {
......
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