正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 = [ |
-
请 注册 或 登录 后发表评论