Commit 55b891ae authored by zw's avatar zw

bug

parent ffe70f42
......@@ -35,13 +35,21 @@ class RankingListService
"10001" => 25,
"10002" => 13
);
$this->weekNum = array(
/* $this->weekNum = array(
"10001" => 5,
"10002" => 5
);
$this->weekNumMax = array(
"10001" => 6,
"10002" => 6
);*/
$this->weekNum = array(
"10001" => 5,
"10002" => 8
);
$this->weekNumMax = array(
"10001" => 6,
"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