|
...
|
...
|
@@ -107,16 +107,9 @@ class GeoQuestionRes extends Command |
|
|
|
}else{
|
|
|
|
$geoResultModel->edit($data,['id'=>$resultInfo['id']]);
|
|
|
|
}
|
|
|
|
$data_log = [
|
|
|
|
'project_id'=>$info['project_id'],
|
|
|
|
'question_id'=>$info['id'],
|
|
|
|
'platform'=>$p_item,
|
|
|
|
'question'=>$q_item,
|
|
|
|
'text'=>json_encode($result_data ?? [],true),
|
|
|
|
'type'=>$info['type'] ?? 1
|
|
|
|
];
|
|
|
|
//日志记录
|
|
|
|
$geoLogModel = new GeoQuestionLog();
|
|
|
|
$geoLogModel->addReturnId($data_log);
|
|
|
|
$geoLogModel->addReturnId($data);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//更新下次执行时间
|
...
|
...
|
|