|
|
@@ -101,7 +101,7 @@ class UserExtractController
|
|
|
$data['broken_commission'] = 0;
|
|
|
$data['brokerage_price'] = $user['brokerage_price'];
|
|
|
$retention_money = sys_config('retention_money', 0); //健康币最低保留金额
|
|
|
- $brokerage_price = bcsub($user['brokerage_price'], $data['money'], 2);
|
|
|
+ $brokerage_price = bcsub($user['brokerage_price'], $extractInfo['money'], 2);
|
|
|
if ($brokerage_price < $retention_money){
|
|
|
return app('json')->fail('提现后健康币不能低于'. $retention_money);
|
|
|
}
|