Commit 564943d2 authored by hujun's avatar hujun

预约看铺

parent 0a9863e0
...@@ -78,10 +78,10 @@ class WatchShop extends Basic ...@@ -78,10 +78,10 @@ class WatchShop extends Basic
} }
if ($params['type'] == 2) { if ($params['type'] == 2) {
$data['list'] = $applies->getAppointWatchShopList($pageNo, $pageSize, 'id DESC', '*', $where); $data['list'] = $applies->getAppointWatchOurList($pageNo, $pageSize, 'id DESC', '*', $where);
$data['total'] = $applies->getAppointWatchShopListTotal($where); $data['total'] = $applies->getAppointWatchOurTotal($where);
} }
} catch (\Exception $e) { } catch (\Exception $e) {
$data['status'] = 101; $data['status'] = 101;
$data['msg'] = '内部错误,请联系运营!' . $e->getMessage(); $data['msg'] = '内部错误,请联系运营!' . $e->getMessage();
......
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