xielin %!s(int64=5) %!d(string=hai) anos
pai
achega
f7f45506a2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Console/Commands/CalcPostWeight.php

+ 1 - 0
app/Console/Commands/CalcPostWeight.php

@@ -60,6 +60,7 @@ class CalcPostWeight extends Command
             $score = log10($temp) + $fresh / 86400;
             $postInfo->weight = $score;
             $postInfo->save();
+            Redis::srem($key,$postId);
             $this->line(date("Y-m-d H:i:s") . "设置帖子" . $postInfo->post_id . "的权重分为:" . $score);
         }
     }