Commit 2f65f05b authored by zhuwei's avatar zhuwei

1

parent 676beeb6
...@@ -319,9 +319,9 @@ class LookShopService ...@@ -319,9 +319,9 @@ class LookShopService
$m_look_shop = new TLookShopUser(); $m_look_shop = new TLookShopUser();
$list = $m_look_shop->getLookShopListPc($conditions, $field, $pageNo, $pageSize); $list = $m_look_shop->getLookShopListPc($conditions, $field, $pageNo, $pageSize);
$total = $m_look_shop->getLookShopListCountPc($conditions, $field); $total = $m_look_shop->getLookShopListCountPc($conditions, $field);
$list["list"] = $list; $result["list"] = $list;
$list["total"] = $total; $result["total"] = $total;
return $list; return $result;
} }
......
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