This commit is contained in:
aozhiwei 2024-08-06 15:28:05 +08:00
parent 587b4c2c53
commit 8ecb034b9b

View File

@ -414,6 +414,7 @@ class Staking extends BaseModel {
$info['total_staking_value'] += $stakingDto['cec_value'] + $stakingDto['total_rewards'];
} else {
$stackingInfo['claim_rewards'] += $stakingDto['total_rewards'];
$info['total_staking_value'] += $stakingDto['cec_value'] + $stakingDto['total_rewards'];
}
}
}