Commit 0c952f52 authored by hujun's avatar hujun

1

parent cf3ad057
...@@ -73,7 +73,7 @@ class WatchShop extends Basic ...@@ -73,7 +73,7 @@ class WatchShop extends Basic
$data['total'] = 0; $data['total'] = 0;
if ($params['check_status'] == 1) { if ($params['check_status'] == 1) {
$data['list'] = $applies->getAppointWatchShopList($pageNo, $pageSize, 'id DESC', 'a.*', $where); $data['list'] = $applies->getAppointWatchShopList($pageNo, $pageSize, 'id DESC', '*', $where);
$data['total'] = $applies->getAppointWatchShopListTotal($where); $data['total'] = $applies->getAppointWatchShopListTotal($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