作者 lyh

gx

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