Commit db3668bf authored by clone's avatar clone

1

parent da74208e
......@@ -121,7 +121,7 @@ class LookShop extends Basic
if ($this->userId != 1) {
$condition["b.city"] = $this->city;
}
$field = "a.id,a.create_time,a.house_id,b.internal_title,c.user_name,c.user_phone";
$field = "a.id,a.create_time,a.house_id,a.type,b.internal_title,c.user_name,c.user_phone";
$tLookShopUser = new TLookShopUser();
$result = $tLookShopUser->getList($condition, $field, $pageNo, $pageSize);
$total = $tLookShopUser->getListCount($condition, $field);
......
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