wzq 5 年之前
父節點
當前提交
125ea63325
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Console/Commands/PostCollectBean.php

+ 1 - 1
app/Console/Commands/PostCollectBean.php

@@ -49,7 +49,7 @@ class PostCollectBean extends Command
     {
         $this->line("开始更新内容领取彩虹豆");
 
-        $key = 'post_collect_bean';
+        $key = 'post_author_collect_bean';
         $ids = Redis::ZRANGE($key, 0 , -1, 'WITHSCORES');
         foreach($ids as $postId => $val){
             try{