Commit a764705b authored by clone's avatar clone

1

parent d2aa2762
...@@ -31,21 +31,29 @@ class RankingListService ...@@ -31,21 +31,29 @@ class RankingListService
"10001" => 20, "10001" => 20,
"10002" => 8, "10002" => 8,
"10003" => 8, "10003" => 8,
"10004" => 8,
"10005" => 8,
); );
$this->crewNumMax = array( $this->crewNumMax = array(
"10001" => 25, "10001" => 25,
"10002" => 13, "10002" => 13,
"10003" => 13, "10003" => 13,
"10004" => 13,
"10005" => 13,
); );
$this->weekNum = array( $this->weekNum = array(
"10001" => 5, "10001" => 5,
"10002" => 5, "10002" => 5,
"10003" => 5, "10003" => 5,
"10004" => 5,
"10005" => 5,
); );
$this->weekNumMax = array( $this->weekNumMax = array(
"10001" => 6, "10001" => 6,
"10002" => 6, "10002" => 6,
"10003" => 6, "10003" => 6,
"10004" => 6,
"10005" => 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