作者 lyh

gx

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