WIN-2308041133\Administrator 4 ماه پیش
والد
کامیت
308851aa48
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/common/repositories/user/UserRepository.php

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

@@ -2808,7 +2808,7 @@ class UserRepository extends BaseRepository
 //                    @file_put_contents('quanju2.txt', $all_price . "-减掉手续费的金额\r\n", 8);
 //                }
 //                可提现奖金和份额
-                if ($all_price > $info['award_range']) {
+                if ($all_price > $info['award_range']) {  //自动提现
                     @file_put_contents('quanju.txt', $all_price . "-冻结总金额\r\n", 8);
                     @file_put_contents('quanju.txt', $info['award_range'] . "-冻结总份额\r\n", 8);
                     $award = bcsub($all_price, $info['award_range'], 2);