作者 lyh

gx

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