Commit 1773d845 authored by clone's avatar clone

1

parent 4ff5aaac
......@@ -45,7 +45,7 @@ class RankingList extends Basic{
if($agent_info["position"] == 5){
return $this->response("101","该经纪人没有分配职称");
}
$result = $this->service_->RankingList( $agent_info["position"],$this->siteId);
$result = $this->service_->RankingList( $agent_info["position"],$this->siteId,1);
$agent_id = $params["agent_id"];
$data = [];
foreach ($result as $key=>$value){
......
......@@ -158,7 +158,7 @@ class RankingList extends Basic{
if($agent_info["position"] == 5){
return $this->response("101","该经纪人没有分配职称");
}
$result = $this->service_->RankingList( $agent_info["position"],$this->siteId);
$result = $this->service_->RankingList( $agent_info["position"],$this->siteId,1);
$agent_id = $params["agent_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