Commit 3c56fcfd authored by zw's avatar zw

看铺数量

parent b1f3bcee
...@@ -67,7 +67,7 @@ class LookShop extends Basic ...@@ -67,7 +67,7 @@ class LookShop extends Basic
//$total = $this->tLookShopModel->getListCount($condition, $field); //$total = $this->tLookShopModel->getListCount($condition, $field);
$list["list"] = $result; $list["list"] = $result;
$list["total"] = 0; $list["total"] = 150;
return $this->response("200", "success", $list); return $this->response("200", "success", $list);
} }
......
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