|
@@ -2006,7 +2006,7 @@ class Party extends Api
|
|
|
$this->redis->zIncrBy("hourCharm_".$party_id, $hotValue, $user_id);
|
|
|
|
|
|
// tcp 更新用户贡献值
|
|
|
- $this->redis->zIncrBy("hourWealth_".$party_id, $hotValue, $user_id);
|
|
|
+ $this->redis->zIncrBy("hourWealth_".$party_id, $hotValue, $userauthid);
|
|
|
|
|
|
|
|
|
//更新麦位魅力值
|