Commit 997f8a7f authored by zhuwei's avatar zhuwei

1

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