作者 lyh

gx

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