|
|
@@ -3769,9 +3769,9 @@ class User extends BaseController
|
|
3769
|
3769
|
->where('status', -1)
|
|
3770
|
3770
|
->sum('number');
|
|
3771
|
3771
|
$clear_amount = $hongbao - $no_clear_amount;
|
|
3772
|
|
- if ($user['hongbao'] < (systemConfig('withdrawal_money'))){
|
|
3773
|
|
- return app('json')->fail('未到达提现最低额度');
|
|
3774
|
|
- }
|
|
|
3772
|
+// if ($user['hongbao'] < (systemConfig('withdrawal_money'))){
|
|
|
3773
|
+// return app('json')->fail('未到达提现最低额度');
|
|
|
3774
|
+// }
|
|
3775
|
3775
|
if($extract_amount > $clear_amount){
|
|
3776
|
3776
|
return app('json')->fail("可用金额不足提现");
|
|
3777
|
3777
|
}
|