Commit 2f65f05b authored by zhuwei's avatar zhuwei

1

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