WIN-2308041133\Administrator 5 месяцев назад
Родитель
Сommit
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)