作者 lyh

GX生成白帽报表脚本

@@ -51,7 +51,7 @@ class GeoQuestionResult extends Command @@ -51,7 +51,7 @@ class GeoQuestionResult extends Command
51 Redis::lpush('geo_question_result', $id); 51 Redis::lpush('geo_question_result', $id);
52 } 52 }
53 } 53 }
54 - $task_id = Redis::rpop('ai_blog_task'); 54 + $task_id = Redis::rpop('geo_question_result');
55 } 55 }
56 return $task_id; 56 return $task_id;
57 } 57 }