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