Commit c3fd6966 authored by zw's avatar zw

分区业绩杭州

parent 8bc37669
...@@ -31,8 +31,8 @@ class RankingList extends Basic{ ...@@ -31,8 +31,8 @@ class RankingList extends Basic{
*/ */
public function getRandKingList(){ public function getRandKingList(){
$params = $this->params; $params = $this->params;
$params["position"] = 1;//职称 1店长 2经理 3主任 4顾问 0新人 /*$params["position"] = 1;//职称 1店长 2经理 3主任 4顾问 0新人
$this->siteId = 10002; $this->siteId = 10002;*/
if(!isset($params["position"]) || $params["position"] < 0 || $params["position"] > 5){ if(!isset($params["position"]) || $params["position"] < 0 || $params["position"] > 5){
return $this->response("101","请求参数错误"); return $this->response("101","请求参数错误");
} }
......
...@@ -32,7 +32,7 @@ class RankingListService ...@@ -32,7 +32,7 @@ class RankingListService
); );
$this->crewNumMax = array( $this->crewNumMax = array(
"10001" => 25, "10001" => 25,
"10002" => 10 "10002" => 13
); );
} }
......
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