|
@@ -2006,7 +2006,7 @@ class Party extends Api
|
|
|
$this->redis->zIncrBy("hourCharm_".$party_id, $hotValue, $user_id);
|
|
|
|
|
|
|
|
|
- $this->redis->zIncrBy("hourWealth_".$party_id, $hotValue, $user_id);
|
|
|
+ $this->redis->zIncrBy("hourWealth_".$party_id, $hotValue, $userauthid);
|
|
|
|
|
|
|
|
|
|