@@ -30,7 +30,8 @@ class Qc extends Base {
public function index()
{
$red = ReductionActivity::getReduction(750);
- var_dump($red);
+ $re2 = ReductionActivity::getReduction(95);
+ var_dump($red,$re2);
}