|
...
|
...
|
@@ -59,7 +59,7 @@ class RecommendedSuppliers extends Command |
|
|
|
if(empty($info)){
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
$keywordInfo = $this->getPurchaser($info['title']);
|
|
|
|
$keywordInfo = $this->getPurchaser($info['title'] = 'led');
|
|
|
|
if($keywordInfo !== false){
|
|
|
|
continue;
|
|
|
|
}
|
...
|
...
|
|