正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -128,7 +128,7 @@ class GeoQuestionRes extends Command | @@ -128,7 +128,7 @@ class GeoQuestionRes extends Command | ||
| 128 | $save_data = [ | 128 | $save_data = [ |
| 129 | 'project_id' => $taskInfo['project_id'], | 129 | 'project_id' => $taskInfo['project_id'], |
| 130 | 'question_id' => $task_id, | 130 | 'question_id' => $task_id, |
| 131 | - 'type' => $task->type ?? GeoQuestion::TYPE_BRAND, | 131 | + 'type' => $taskInfo['type'] ?? $geoQuestionModel::TYPE_BRAND, |
| 132 | 'platform' => $platform, | 132 | 'platform' => $platform, |
| 133 | 'question' => $question, | 133 | 'question' => $question, |
| 134 | 'keywords' => json_encode($hit_keyword,true),//命中的关键词 | 134 | 'keywords' => json_encode($hit_keyword,true),//命中的关键词 |
-
请 注册 或 登录 后发表评论