正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论