Commit 82bfb71f authored by clone's avatar clone

1

parent 65af4d2f
......@@ -89,7 +89,7 @@ class RankingList extends Basic{
if(count($agent_info) <= 0){
return $this->response("101","该经纪人不存在");
}
$result = $this->service_->StoreRankingList( $this->siteId);
$result = $this->service_->StoreRankingList( $this->siteId,1);
$store_id = $agent_info["store_id"];
$data = [];
foreach ($result as $key=>$value){
......
......@@ -201,7 +201,7 @@ class RankingList extends Basic{
if(count($agent_info) <= 0){
return $this->response("101","该经纪人不存在");
}
$result = $this->service_->StoreRankingList( $this->siteId);
$result = $this->service_->StoreRankingList( $this->siteId,1);
$store_id = $agent_info["store_id"];
$data = [];
foreach ($result as $key=>$value){
......
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