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