作者 lyh

gx

@@ -57,13 +57,10 @@ class RecommendedSuppliers extends Command @@ -57,13 +57,10 @@ class RecommendedSuppliers extends Command
57 ProjectServer::useProject($v['project_id']); 57 ProjectServer::useProject($v['project_id']);
58 $info = Keyword::inRandomOrder()->first(); 58 $info = Keyword::inRandomOrder()->first();
59 if(empty($info)){ 59 if(empty($info)){
60 -  
61 - echo date('Y-m-d H:i:s') . $info . PHP_EOL;  
62 continue; 60 continue;
63 } 61 }
64 $keywordInfo = $this->getPurchaser($info['title']); 62 $keywordInfo = $this->getPurchaser($info['title']);
65 if($keywordInfo !== false){ 63 if($keywordInfo !== false){
66 - echo date('Y-m-d H:i:s') . '222222' . PHP_EOL;  
67 continue; 64 continue;
68 } 65 }
69 echo date('Y-m-d H:i:s') . '开始:'.$v['project_id'] . PHP_EOL; 66 echo date('Y-m-d H:i:s') . '开始:'.$v['project_id'] . PHP_EOL;