WIN-2308041133\Administrator 5 月之前
父節點
當前提交
3abbfbf07a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common/repositories/user/UserRepository.php

+ 1 - 1
app/common/repositories/user/UserRepository.php

@@ -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)