Commit 3b846fbe authored by clone's avatar clone

1

parent 7c9be9ec
...@@ -1359,7 +1359,7 @@ class Shop extends Basic ...@@ -1359,7 +1359,7 @@ class Shop extends Basic
$lookShopUserModel = new TLookShopUser(); $lookShopUserModel = new TLookShopUser();
$where_["house_id"] = $params["house_id"]; $where_["house_id"] = $params["house_id"];
$logArr = $lookShopUserModel->getLogList($where_, "id,user_id,type,house_id,look_day", $pageNo, $pageSize); $logArr = $lookShopUserModel->getLogList($where_, "id,user_id,type,house_id,create_time as look_day", $pageNo, $pageSize);
return $this->response("200", "success", $logArr); return $this->response("200", "success", $logArr);
} }
......
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