@@ -2433,7 +2433,7 @@ class Party extends Api
$this->error('麦上有人了');
}
- $this->redis->hGet($key,$seat_num,$userId);
+ $this->redis->hSet($key,$seat_num,$userId);
//获取魅力值
$users = $this->redis->zRevRange("hourCharm_".$party_id,0,-1,true);