Commit 997f8a7f authored by zhuwei's avatar zhuwei

1

parent 450a210c
...@@ -251,10 +251,10 @@ class LookShopService ...@@ -251,10 +251,10 @@ class LookShopService
if (!$list) { if (!$list) {
return false; return false;
} }
$count = $m_look_shop->getLookShopListCount($conditions,$field); // $count = $m_look_shop->getLookShopListCount($conditions,$field);
$result["list"] = $list; // $result["list"] = $list;
$result["total"] = $count; // $result["total"] = $count;
return $result; return $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