shish 4 yıl önce
ebeveyn
işleme
ada5e90083
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      biz-hd/product/classes/ProductClass.php

+ 1 - 0
biz-hd/product/classes/ProductClass.php

@@ -33,6 +33,7 @@ class ProductClass extends BaseClass
             foreach ($productList as $adItem) {
             foreach ($productList as $adItem) {
                 if (isset($adItem['property']) && $adItem['property'] == 1 && $adItem['unitType'] == 0 && $adItem['num'] == 5) {
                 if (isset($adItem['property']) && $adItem['property'] == 1 && $adItem['unitType'] == 0 && $adItem['num'] == 5) {
                     $adIds[] = $adItem['productId'];
                     $adIds[] = $adItem['productId'];
+                    Yii::info('productId:' . $adItem['productId']);
                 }
                 }
             }
             }
             if (!empty($adIds)) {
             if (!empty($adIds)) {