|
|
@@ -2740,7 +2740,7 @@ class UserRepository extends BaseRepository
|
|
|
$userBillRepository->decBill($uid, 'award_range', 'extract_award', [
|
|
|
'link_id' => 0,
|
|
|
'status' => 1,
|
|
|
- 'title' => '提取分红积分',
|
|
|
+ 'title' => '提取分红积分扣除分红额度',
|
|
|
'number' => $all_price,
|
|
|
'mark' => $info['nickname'] . '提取分红积分为奖金,减少分红额度',
|
|
|
'balance' => bcsub($info['award_range'], $all_price, 2)
|