|
...
|
...
|
@@ -65,7 +65,7 @@ class GeoCountAll extends Command |
|
|
|
if(empty($project_id)){
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
$geoQuestionResModel = new GeoQuestionResult();
|
|
|
|
$geoQuestionResModel = new GeoQuestionLog();
|
|
|
|
$platforms = ['gemini','openai','deepseek','poe','perplexity','google_ai_overview','openai-not-network','claude'];
|
|
|
|
foreach ($project_id as $item){
|
|
|
|
$this->output('执行的项目ID----'.$item);
|
|
...
|
...
|
@@ -89,6 +89,8 @@ class GeoCountAll extends Command |
|
|
|
if($info === false){
|
|
|
|
//新增一条数据
|
|
|
|
$geoCountModel->addReturnId($data);
|
|
|
|
}else{
|
|
|
|
$geoCountModel->edit($data,['id'=>$info['id']]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|