Commit a0ef411d by haojie

1

parent d9b6a031
......@@ -190,7 +190,7 @@ public function stableSubmit(int $userId = 0, array $data = [])
public function getStableTask(array $data = [])
{
# 获取redis任务
$taskList = Redis::lpop('laravel_database_stable_task');
$taskList = Redis::lpop('stable_task');
return $taskList;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment