|
...
|
...
|
@@ -57,7 +57,7 @@ class RecommendedSuppliers extends Command |
|
|
|
ProjectServer::useProject($v['id']);
|
|
|
|
$info = Keyword::inRandomOrder()->first();
|
|
|
|
if(empty($info)){
|
|
|
|
echo date('Y-m-d H:i:s') . '11111' . PHP_EOL;
|
|
|
|
echo date('Y-m-d H:i:s') . $info . PHP_EOL;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
$keywordInfo = $this->getPurchaser($info['title']);
|
...
|
...
|
|