예제 #1
0
 public function actionChangeStock()
 {
     $mActivityProduct = new ActivityProduct();
     $mActivityProduct->changeStock(24574, 1);
 }