Commit 7a580064 authored by zw's avatar zw

1

parent 2cbe3710
...@@ -29,19 +29,23 @@ class RankingListService ...@@ -29,19 +29,23 @@ class RankingListService
$this->agentTotalModel = new TAgentTotalModel(); $this->agentTotalModel = new TAgentTotalModel();
$this->crewNum = array( $this->crewNum = array(
"10001" => 20, "10001" => 20,
"10002" => 8 "10002" => 8,
"10003" => 8,
); );
$this->crewNumMax = array( $this->crewNumMax = array(
"10001" => 25, "10001" => 25,
"10002" => 13 "10002" => 13,
"10003" => 13,
); );
$this->weekNum = array( $this->weekNum = array(
"10001" => 5, "10001" => 5,
"10002" => 5 "10002" => 5,
"10003" => 5,
); );
$this->weekNumMax = array( $this->weekNumMax = array(
"10001" => 6, "10001" => 6,
"10002" => 6 "10002" => 6,
"10003" => 6,
); );
} }
......
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