作者 lyh

gx

... ... @@ -126,7 +126,7 @@ class GeoQuestionRes extends Command
if (!empty($hit_url['url'])) {
$hit++;
}
$url_num = json_encode($hit_url['url'] ?? [],true);
$url_num = json_encode($hit_url['url_num'] ?? [],true);
// 保存数据结果
$geo_result = $geoResultModel->read(['project_id' => $taskInfo['project_id'],'type' => $taskInfo['type'], 'question_id' => $task_id, 'platform' => $platform, 'question' => $question],['id']);
$save_data = [
... ...