|
@@ -28,6 +28,7 @@ class ProductClass extends BaseClass
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ Yii::info('productList:' . json_encode($productList));
|
|
|
if (!empty($productList)) {
|
|
if (!empty($productList)) {
|
|
|
$adIds = [];
|
|
$adIds = [];
|
|
|
foreach ($productList as $adItem) {
|
|
foreach ($productList as $adItem) {
|