作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -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;
}
... ...